Device IRQs WIP
This commit is contained in:
@@ -11,8 +11,8 @@ struct device;
|
||||
int ps2kb_read_key (struct device* device, struct proc* proc, struct reschedule_ctx* rctx, void* a1,
|
||||
void* a2, void* a3, void* a4);
|
||||
|
||||
bool ps2kb_init (struct device* device, void* arg);
|
||||
bool ps2kb_init (struct device* device, void* arg, struct proc* proc, struct reschedule_ctx* rctx);
|
||||
|
||||
void ps2kb_fini (struct device* device);
|
||||
void ps2kb_fini (struct device* device, struct proc* proc, struct reschedule_ctx* rctx);
|
||||
|
||||
#endif // _KERNEL_DEVICE_PS2_KB_H
|
||||
|
||||
Reference in New Issue
Block a user