david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Changed guard name to avoid clash with INCLUDE_xxx namespace used by

drivers.
This commit is contained in:
Michael Brown 2005-04-11 09:58:31 +00:00
parent 378c1b500c
commit 5d96e5dad9
1 changed files with 4 additions and 3 deletions

View 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 */