X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2F8259a.h;h=5c170738a29790b021e9eb26231a483fe64f39bf;hb=56f8088296ee4116a4811a2f4f843edd80a7748d;hp=64fa889271f780783f680b53e7bd78c9d71e49a5;hpb=519d9b057fadf1f967e64ec89c3e85fbf745647e;p=palacios.git diff --git a/palacios/include/devices/8259a.h b/palacios/include/devices/8259a.h index 64fa889..5c17073 100644 --- a/palacios/include/devices/8259a.h +++ b/palacios/include/devices/8259a.h @@ -1,9 +1,13 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __8259A_H #define __8259A_H +#include - +struct vm_device * create_pic(); #endif