mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
11 lines
288 B
C
11 lines
288 B
C
extern void pic_init(void);
|
|
extern void pic2_init(void);
|
|
extern void pic_reset(void);
|
|
|
|
extern void picint(uint16_t num);
|
|
extern void picintlevel(uint16_t num);
|
|
extern void picintc(uint16_t num);
|
|
extern uint8_t picinterrupt(void);
|
|
extern void picclear(int num);
|
|
extern void dumppic(void);
|