12 lines
207 B
C
12 lines
207 B
C
#ifndef PROC_PS2KB_PS2KBPROC_H_
|
|
#define PROC_PS2KB_PS2KBPROC_H_
|
|
|
|
#include "proc/proc.h"
|
|
|
|
extern Proc *PS2KBPROC;
|
|
|
|
void ps2kbproc_fn(void);
|
|
void ps2kbproc_init(Proc *proc);
|
|
|
|
#endif // PROC_PS2KB_PS2KBPROC_H_
|