#ifndef __SIMPLE_PIC_H #define __SIMPLE_PIC_H #include struct vm_device * create_pic(); #endif