X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8259a.h;fp=palacios%2Finclude%2Fdevices%2F8259a.h;h=3bc375ba4a83dab4df27dafc049289c898064404;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=9079d41949164791c7c734c694acb069756c00c3;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.git diff --git a/palacios/include/devices/8259a.h b/palacios/include/devices/8259a.h index 9079d41..3bc375b 100644 --- a/palacios/include/devices/8259a.h +++ b/palacios/include/devices/8259a.h @@ -17,13 +17,19 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __8259A_H -#define __8259A_H +#ifndef __DEVICES_8259A_H__ +#define __DEVICES_8259A_H__ + +#ifdef __V3VEE__ + + #include +struct vm_device * v3_create_pic(); + -struct vm_device * create_pic(); +#endif // ! __V3VEE__ #endif