patch-2.4.0-test7 linux/include/asm-arm/assembler.h
Next file: linux/include/asm-arm/dma.h
Previous file: linux/include/asm-arm/arch-shark/keyboard.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sun Aug 13 09:54:15 2000
- Orig file:
v2.4.0-test6/linux/include/asm-arm/assembler.h
- Orig date:
Fri Oct 22 13:21:53 1999
diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-arm/assembler.h linux/include/asm-arm/assembler.h
@@ -7,5 +7,9 @@
* Do not include any C declarations in this file - it is included by
* assembler source.
*/
+#ifndef __ASSEMBLY__
+#error "Only include this from assembly code"
+#endif
+
#include <asm/proc/ptrace.h>
#include <asm/proc/assembler.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)