mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
feat(kernel/syscalls): implement stub linux_poll
This commit is contained in:
@ -86,6 +86,7 @@ extern const BuiltInDriver __kernel_builtin_drivers_end[];
|
||||
namespace Driver
|
||||
{
|
||||
char GetScanCode(uint8_t ScanCode, bool Upper);
|
||||
char GetControlCharacter(KeyScanCodes Key);
|
||||
bool IsValidChar(uint8_t ScanCode);
|
||||
|
||||
struct DriverHandlers
|
||||
|
Reference in New Issue
Block a user