#ifndef PIC_H #define PIC_H void pic_acknowledge(unsigned int); void setup_pics(void); #endif