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