My Project
Loading...
Searching...
No Matches
gop.h
Go to the documentation of this file.
1/*
2 * PROJECT: MatanelOS Kernel
3 * LICENSE: NONE
4 * PURPOSE: GOP Driver to draw onto screen (long-mode framebuffer)
5 */
6
7#ifndef X86_GOP_DRIVER_H
8#define X86_GOP_DRIVER_H
9
10 // Standard headers, required.
11#include <stddef.h>
12#include <stdbool.h>
13#include <stdint.h>
16#include "../../includes/mg.h"
17#include "../../includes/ms.h"
18#endif // X86_GOP_DRIVER_H