From 5d96e5dad9283bd3ff9d8d49635b3d6d4eac177f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 11 Apr 2005 09:58:31 +0000 Subject: [PATCH] Changed guard name to avoid clash with INCLUDE_xxx namespace used by drivers. --- src/include/pcmcia.h | 7 ++++--- 1 file 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 */