X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fsimple_pic.h;h=bc651da51767b4a9eb611ba1604438a90d70e32e;hb=033d596d21472e2eb60a039b5726d4e1a2bc35cc;hp=58a9080847255b6df22034e55ed19398b4201a2e;hpb=a9ba0182142340a2dd7b6a0b7c63727e87b08c89;p=palacios.releases.git diff --git a/palacios/include/devices/simple_pic.h b/palacios/include/devices/simple_pic.h index 58a9080..bc651da 100644 --- a/palacios/include/devices/simple_pic.h +++ b/palacios/include/devices/simple_pic.h @@ -2,6 +2,6 @@ #define __SIMPLE_PIC_H #include -struct vm_device * create_pic(); +struct vm_device * create_simple_pic(); #endif