qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/7] atapi: adds header guards to hw/pcmia.h


From: Ian Jackson
Subject: [Qemu-devel] [PATCH 4/7] atapi: adds header guards to hw/pcmia.h
Date: Tue, 11 Aug 2009 16:36:47 +0100

Signed-off-by: Alexandre Bique <address@hidden>
---
 hw/pcmcia.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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
-- 
1.4.4.4






reply via email to

[Prev in Thread] Current Thread [Next in Thread]