X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8259a.h;h=8447f447c0bec81034ee6663739e2638d2db9429;hb=101b1bdfedbf377765d7c74641e9bcf356ebed18;hp=9079d41949164791c7c734c694acb069756c00c3;hpb=a46778669bb94bcf6b0a05646123ff748cfe86be;p=palacios.git diff --git a/palacios/include/devices/8259a.h b/palacios/include/devices/8259a.h index 9079d41..8447f44 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 +#include struct vm_device * create_pic(); + +#endif // ! __V3VEE__ + #endif