X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;h=45e4c83cb78854e3850ece29eef74c7e3cd1d6fb;hb=101b1bdfedbf377765d7c74641e9bcf356ebed18;hp=58fac517969c5367a2cc6878722e84fd9f73b85c;hpb=a46778669bb94bcf6b0a05646123ff748cfe86be;p=palacios-OLD.git diff --git a/palacios/include/devices/simple_pic.h b/palacios/include/devices/simple_pic.h index 58fac51..45e4c83 100644 --- a/palacios/include/devices/simple_pic.h +++ b/palacios/include/devices/simple_pic.h @@ -17,10 +17,17 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __SIMPLE_PIC_H -#define __SIMPLE_PIC_H +#ifndef __DEVICES_SIMPLE_PIC_H__ +#define __DEVICES_SIMPLE_PIC_H__ + +#ifdef __V3VEE__ + + #include struct vm_device * create_simple_pic(); + +#endif // ! __V3VEE__ + #endif