mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-13 14:56:29 +00:00
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
drivers.
This commit is contained in:
parent
378c1b500c
commit
5d96e5dad9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user