X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;fp=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;h=0a49b1001eada827cc443a1e2d57d161ae775f58;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=58fac517969c5367a2cc6878722e84fd9f73b85c;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.releases.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