mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-25 14:25:20 -08:00
Update vesa.h
Fixing missing stddef include for NULL in vesa.c
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
// VESA BIOS Extension 2.0 Function Calls
|
// VESA BIOS Extension 2.0 Function Calls
|
||||||
#define VBE_FUNCTION_SET_MODE 0x4F02
|
#define VBE_FUNCTION_SET_MODE 0x4F02
|
||||||
|
|||||||
Reference in New Issue
Block a user