7 lines
62 B
C
7 lines
62 B
C
|
#ifndef PS2_EXT_H
|
||
|
#define PS2_EXT_H
|
||
|
|
||
|
void ps2_init();
|
||
|
|
||
|
#endif
|