feat(kernel/syscalls): implement stub linux_poll

This commit is contained in:
2025-04-13 10:18:15 +00:00
parent ef5d61df9d
commit 33eee9c628
3 changed files with 51 additions and 2 deletions

View File

@ -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