/* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ #ifndef __SIMPLE_PIC_H #define __SIMPLE_PIC_H #include struct vm_device * create_simple_pic(); #endif