Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Include sysmonvar.h for envsys types.



details:   https://anonhg.NetBSD.org/src/rev/9a703527304f
branches:  trunk
changeset: 772821:9a703527304f
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Jan 17 16:14:47 2012 +0000

description:
Include sysmonvar.h for envsys types.

diffstat:

 sys/dev/ic/nslm7xvar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5640858ee7fc -r 9a703527304f sys/dev/ic/nslm7xvar.h
--- a/sys/dev/ic/nslm7xvar.h    Tue Jan 17 16:03:37 2012 +0000
+++ b/sys/dev/ic/nslm7xvar.h    Tue Jan 17 16:14:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nslm7xvar.h,v 1.27 2010/02/08 21:42:01 pgoyette Exp $ */
+/*     $NetBSD: nslm7xvar.h,v 1.28 2012/01/17 16:14:47 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -32,6 +32,8 @@
 #ifndef _DEV_ISA_NSLM7XVAR_H_
 #define _DEV_ISA_NSLM7XVAR_H_
 
+#include <dev/sysmon/sysmonvar.h>
+
 /*
  * National Semiconductor LM78/79/81 registers.
  */



Home | Main Index | Thread Index | Old Index