Message ID | E1MbHTh-0007lL-86@mariner.uk.xensource.com |
---|---|
State | Superseded |
Headers | show |
diff --git a/hw/pcmcia.h b/hw/pcmcia.h index 7171504..3c59698 100644 --- a/hw/pcmcia.h +++ b/hw/pcmcia.h @@ -1,5 +1,8 @@ /* PCMCIA/Cardbus */ +#ifndef PCMCIA_H +#define PCMCIA_H + #include "qemu-common.h" typedef struct { @@ -49,3 +52,5 @@ struct PCMCIACardState { /* dscm1xxxx.c */ PCMCIACardState *dscm1xxxx_init(BlockDriverState *bdrv); + +#endif
Signed-off-by: Alexandre Bique <alexandre.bique@citrix.com> --- hw/pcmcia.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)