]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
authorMichael Brown <mcb30@etherboot.org>
Mon, 11 Apr 2005 09:58:31 +0000 (09:58 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 11 Apr 2005 09:58:31 +0000 (09:58 +0000)
drivers.

src/include/pcmcia.h

index 6b8bc327351256f965e8786e7cf163c807996448..03e5f5656451d0068491b48a054569ba48b8f1b0 100644 (file)
@@ -1,7 +1,8 @@
 //     pcmcia.h - Header file for PCMCIA support
 
-#ifndef INCLUDE_PCMCIA_H
-#define        INCLUDE_PCMCIA_H 1
+#ifndef PCMCIA_H
+#define        PCMCIA_H
+
 #include "etherboot.h"
 
 typedef unsigned char  u_char;
@@ -154,4 +155,4 @@ typedef struct cb_bridge_map {
 
 
 
-#endif
+#endif /* PCMCIA_H */