summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/bat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/bat.h')
-rw-r--r--sys/arch/powerpc/include/bat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/bat.h b/sys/arch/powerpc/include/bat.h
index ef1d8cf446f..0979388d76b 100644
--- a/sys/arch/powerpc/include/bat.h
+++ b/sys/arch/powerpc/include/bat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bat.h,v 1.3 1997/10/13 10:53:41 pefo Exp $ */
+/* $OpenBSD: bat.h,v 1.4 2001/09/01 15:49:05 drahn Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -31,8 +31,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _MACHINE_BAT_H_
-#define _MACHINE_BAT_H_
+#ifndef _POWERPC_BAT_H_
+#define _POWERPC_BAT_H_
struct bat {
u_int32_t batu;
@@ -51,4 +51,4 @@ struct bat {
extern struct bat battable[16];
#endif
-#endif /* _MACHINE_BAT_H_ */
+#endif /* _POWERPC_BAT_H_ */