Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Expose <machine/pmc.h> to userland.



details:   https://anonhg.NetBSD.org/src/rev/61d41f4b7aa7
branches:  trunk
changeset: 535023:61d41f4b7aa7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Aug 08 16:23:19 2002 +0000

description:
Expose <machine/pmc.h> to userland.

diffstat:

 sys/sys/pmc.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 506cccc3c89e -r 61d41f4b7aa7 sys/sys/pmc.h
--- a/sys/sys/pmc.h     Thu Aug 08 15:17:02 2002 +0000
+++ b/sys/sys/pmc.h     Thu Aug 08 16:23:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmc.h,v 1.1 2002/08/07 05:16:28 briggs Exp $   */
+/*     $NetBSD: pmc.h,v 1.2 2002/08/08 16:23:19 thorpej Exp $  */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -78,9 +78,9 @@
 
 #define PMC_VALUE_FLAGS_CHILDREN       0x00000001
 
-#include <machine/pmc.h>
+#endif /* _KERNEL */
 
-#endif /* _KERNEL */
+#include <machine/pmc.h>
 
 #define PMC_OP_START           1
 #define PMC_OP_STOP            2



Home | Main Index | Thread Index | Old Index