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