patch-2.4.0-test2 linux/include/asm-ppc/prom.h

Next file: linux/include/asm-ppc/ptrace.h
Previous file: linux/include/asm-ppc/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/include/asm-ppc/prom.h linux/include/asm-ppc/prom.h
@@ -4,6 +4,8 @@
  *
  * Copyright (C) 1996 Paul Mackerras.
  */
+#ifndef _PPC_PROM_H
+#define _PPC_PROM_H
 
 typedef void *phandle;
 typedef void *ihandle;
@@ -86,3 +88,5 @@
 extern void prom_drawstring(const char *c);
 extern void prom_drawhex(unsigned long v);
 extern void prom_drawchar(char c);
+
+#endif /* _PPC_PROM_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)