Handle ps2 keyboard via special process
This commit is contained in:
11
kernel/proc/termproc/termproc.h
Normal file
11
kernel/proc/termproc/termproc.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef PROC_TERMPROC_TERMPROC_H_
|
||||
#define PROC_TERMPROC_TERMPROC_H_
|
||||
|
||||
#include "proc/proc.h"
|
||||
|
||||
extern Proc *TERMPROC;
|
||||
|
||||
void termproc_init(Proc *proc);
|
||||
void termproc_fn(void);
|
||||
|
||||
#endif // PROC_TERMPROC_TERMPROC_H_
|
Reference in New Issue
Block a user