patch-2.4.0-test11 linux/include/asm-ppc/dbdma.h
Next file: linux/include/asm-ppc/delay.h
Previous file: linux/include/asm-ppc/current.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sat Nov 11 18:23:10 2000
- Orig file:
v2.4.0-test10/linux/include/asm-ppc/dbdma.h
- Orig date:
Sat Nov 27 15:42:33 1999
diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/dbdma.h linux/include/asm-ppc/dbdma.h
@@ -5,6 +5,7 @@
* Copyright (C) 1996 Paul Mackerras.
*/
+#ifdef __KERNEL__
#ifndef _ASM_DBDMA_H_
#define _ASM_DBDMA_H_
/*
@@ -90,3 +91,4 @@
#define DBDMA_ALIGN(x) (((unsigned)(x) + sizeof(struct dbdma_cmd) - 1) \
& -sizeof(struct dbdma_cmd))
#endif /* _ASM_DBDMA_H_ */
+#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)