Updated driver API

This commit is contained in:
Alex
2023-03-02 02:30:25 +02:00
parent 75883030ad
commit 3ec416b215
2 changed files with 22 additions and 0 deletions

View File

@ -95,6 +95,12 @@ struct KernelAPI
} Disk;
} Command;
struct KAPIDisplay
{
unsigned int (*GetWidth)(void);
unsigned int (*GetHeight)(void);
/* TODO: Add more */
} Display;
} __attribute__((packed));
enum CallbackReason