/* Northwestern University */ /* (c) 2008, Jack Lange */ #ifndef __SIMPLE_PIC_H #define __SIMPLE_PIC_H #include struct vm_device * create_simple_pic(); #endif