Suspend process waiting for keyboard input
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m35s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m35s
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef _KERNEL_DEVICE_PS2_KB_H
|
||||
#define _KERNEL_DEVICE_PS2_KB_H
|
||||
|
||||
#include <libk/std.h>
|
||||
#include <proc/proc.h>
|
||||
#include <sys/smp.h>
|
||||
|
||||
int ps2kb_read_key (struct proc* proc, void* a1, void* a2, void* a3, void* a4);
|
||||
bool ps2kb_read_key (struct proc* proc, struct cpu** reschedule_cpu, int* ret, void* a1, void* a2,
|
||||
void* a3, void* a4);
|
||||
bool ps2kb_init (void* arg);
|
||||
void ps2kb_fini (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user