diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-11 21:30:31 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-11 21:30:31 +0000 |
commit | ef8601ef2bf991547bb7c7b2f0153c14bd5a4c0c (patch) | |
tree | 126a0bdee62ad8cb16aaf5606d5b6488c15bb572 /sys/dev/ic/stireg.h | |
parent | 3829d9482dcc6b44131006dfd23ccbb8cef7dc85 (diff) |
no stidebug
Diffstat (limited to 'sys/dev/ic/stireg.h')
-rw-r--r-- | sys/dev/ic/stireg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/stireg.h b/sys/dev/ic/stireg.h index 89b836545b9..466fa9bd29b 100644 --- a/sys/dev/ic/stireg.h +++ b/sys/dev/ic/stireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stireg.h,v 1.2 2001/01/11 21:23:53 mickey Exp $ */ +/* $OpenBSD: stireg.h,v 1.3 2001/01/11 21:30:30 mickey Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -31,10 +31,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _STI_H_ -#define _STI_H_ +#ifndef _IC_STIREG_H_ +#define _IC_STIREG_H_ -#define STIDEBUG +/* #define STIDEBUG */ #define STI_REGION_MAX 8 #define STI_MONITOR_MAX 256 @@ -584,4 +584,4 @@ STI_DEP(util); #pragma pack() -#endif /* _STI_H_ */ +#endif /* _IC_STIREG_H_ */ |