X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;h=e6eaf655bb2b093c2d8ceb3d25e161ce41e3e156;hb=56f8088296ee4116a4811a2f4f843edd80a7748d;hp=58a9080847255b6df22034e55ed19398b4201a2e;hpb=a9ba0182142340a2dd7b6a0b7c63727e87b08c89;p=palacios.git diff --git a/palacios/include/devices/simple_pic.h b/palacios/include/devices/simple_pic.h index 58a9080..e6eaf65 100644 --- a/palacios/include/devices/simple_pic.h +++ b/palacios/include/devices/simple_pic.h @@ -1,7 +1,10 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __SIMPLE_PIC_H #define __SIMPLE_PIC_H #include -struct vm_device * create_pic(); +struct vm_device * create_simple_pic(); #endif