X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;h=0a49b1001eada827cc443a1e2d57d161ae775f58;hb=2e8b584de26a975655d20d5e94a047a4b286b339;hp=58fac517969c5367a2cc6878722e84fd9f73b85c;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/devices/simple_pic.h b/palacios/include/devices/simple_pic.h index 58fac51..0a49b10 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(); +struct vm_device * v3_create_simple_pic(); + + +#endif // ! __V3VEE__ #endif