summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/termbits.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 19:38:02 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 19:38:02 +0200
commit3aed77bc84013fced136977b7cc17fff60eddf7a (patch)
tree75ee4060f58f033deb16771a303fb55dd370b6f9 /include/asm-powerpc/termbits.h
parent[PATCH] Fix misspelled i8259 typo in io_apic.c (diff)
parentAllow PCI config space syscalls to be used by 64-bit processes. (diff)
downloadlinux-3aed77bc84013fced136977b7cc17fff60eddf7a.tar.xz
linux-3aed77bc84013fced136977b7cc17fff60eddf7a.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6
Diffstat (limited to 'include/asm-powerpc/termbits.h')
-rw-r--r--include/asm-powerpc/termbits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/termbits.h b/include/asm-powerpc/termbits.h
index 2c5bf85a8c3c..ebf6055481dc 100644
--- a/include/asm-powerpc/termbits.h
+++ b/include/asm-powerpc/termbits.h
@@ -1,5 +1,5 @@
-#ifndef _POWERPC_TERMBITS_H
-#define _POWERPC_TERMBITS_H
+#ifndef _ASM_POWERPC_TERMBITS_H
+#define _ASM_POWERPC_TERMBITS_H
/*
* This program is free software; you can redistribute it and/or
@@ -188,4 +188,4 @@ struct termios {
#define TCSADRAIN 1
#define TCSAFLUSH 2
-#endif /* _POWERPC_TERMBITS_H */
+#endif /* _ASM_POWERPC_TERMBITS_H */