X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8259a.h;h=3bc375ba4a83dab4df27dafc049289c898064404;hb=6fe0528310bec884ed00c8d97b45d18120a32e3f;hp=9079d41949164791c7c734c694acb069756c00c3;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;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