os/drivers/ps2.h

7 lines
62 B
C
Raw Normal View History

2019-02-09 12:52:45 -06:00
#ifndef PS2_EXT_H
#define PS2_EXT_H
void ps2_init();
#endif