8 lines
96 B
C
8 lines
96 B
C
#ifndef PIC_H
|
|
#define PIC_H
|
|
|
|
void pic_acknowledge(unsigned int);
|
|
void setup_pics(void);
|
|
|
|
#endif
|