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