mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update kernel api
This commit is contained in:
@ -168,6 +168,16 @@ typedef enum
|
||||
typedef struct
|
||||
{
|
||||
KeyScanCodes Key;
|
||||
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
char IsScanCode : 1;
|
||||
};
|
||||
char Value;
|
||||
};
|
||||
unsigned char Character;
|
||||
} KeyboardReport;
|
||||
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user