X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;h=45740bf86d9f07101001d1d1331e4d0f6eb9a107;hb=f9bb3db89469169bb5775dc031d89e570c6fed70;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..45740bf 100644 --- a/palacios/include/devices/simple_pic.h +++ b/palacios/include/devices/simple_pic.h @@ -1,7 +1,10 @@ +/* Northwestern University */ +/* (c) 2008, Jack Lange */ + #ifndef __SIMPLE_PIC_H #define __SIMPLE_PIC_H #include -struct vm_device * create_pic(); +struct vm_device * create_simple_pic(); #endif