#ifndef PIC_H #define PIC_H /** * Configure the PIC */ void pic_init(); #endif