6 lines
84 B
C
Raw Normal View History

2021-09-14 18:46:50 +03:00
#ifndef _PIC_H
#define _PIC_H
extern void i86_PicRemap(int pic1, int pic2);
#endif