diff options
| author | Michael Brown | 2005-04-11 11:58:31 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-11 11:58:31 +0200 |
| commit | 5d96e5dad9283bd3ff9d8d49635b3d6d4eac177f (patch) | |
| tree | 2d0e6929b338520cd34925dc31f498769af52743 /src | |
| parent | Cleaner separation of functionality between post_reloc and (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/pcmcia.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/pcmcia.h b/src/include/pcmcia.h index 6b8bc3273..03e5f5656 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 */ |
