X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8259a.h;h=23567d3e24e2147e37a20ef64a786a3c59a11f9a;hb=92edb55927cdc35201e59a6a25fee6edbffc60df;hp=64fa889271f780783f680b53e7bd78c9d71e49a5;hpb=519d9b057fadf1f967e64ec89c3e85fbf745647e;p=palacios.releases.git diff --git a/palacios/include/devices/8259a.h b/palacios/include/devices/8259a.h index 64fa889..23567d3 100644 --- a/palacios/include/devices/8259a.h +++ b/palacios/include/devices/8259a.h @@ -1,9 +1,10 @@ #ifndef __8259A_H #define __8259A_H +#include - +struct vm_device * create_pic(); #endif