9 lines
126 B
C
9 lines
126 B
C
#ifndef DRIVERS_PS2KB_H_
|
|
#define DRIVERS_PS2KB_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
int32_t ps2kb_intr(void);
|
|
|
|
#endif // DRIVERS_PS2KB_H_
|