os/stuff/drivers/ps2.h
2019-05-25 10:05:36 -05:00

7 lines
62 B
C

#ifndef PS2_EXT_H
#define PS2_EXT_H
void ps2_init();
#endif