summaryrefslogtreecommitdiffstats
path: root/src/include/pcmcia.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-11 11:58:31 +0200
committerMichael Brown2005-04-11 11:58:31 +0200
commit5d96e5dad9283bd3ff9d8d49635b3d6d4eac177f (patch)
tree2d0e6929b338520cd34925dc31f498769af52743 /src/include/pcmcia.h
parentCleaner separation of functionality between post_reloc and (diff)
downloadipxe-5d96e5dad9283bd3ff9d8d49635b3d6d4eac177f.tar.gz
ipxe-5d96e5dad9283bd3ff9d8d49635b3d6d4eac177f.tar.xz
ipxe-5d96e5dad9283bd3ff9d8d49635b3d6d4eac177f.zip
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
drivers.
Diffstat (limited to 'src/include/pcmcia.h')
-rw-r--r--src/include/pcmcia.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/pcmcia.h b/src/include/pcmcia.h
index 6b8bc327..03e5f565 100644
--- a/src/include/pcmcia.h
+++ b/src/include/pcmcia.h
@@ -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 */