8 lines
100 B
C
8 lines
100 B
C
#ifndef KEYBOARD_H
|
|
#define KEYBOARD_H
|
|
|
|
#include "types.h"
|
|
|
|
void kb_handler(Registers *regs);
|
|
|
|
#endif |