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>
14
#include "
../../includes/stdarg_myos.h
"
15
#include "
../../intrinsics/intrin.h
"
16
#include "
../../includes/mg.h
"
17
#include "
../../includes/ms.h
"
18
#endif
// X86_GOP_DRIVER_H
intrin.h
mg.h
ms.h
stdarg_myos.h
Users
matanel
Desktop
Projects
KernelDevelopment
kernel
drivers
gop
gop.h
Generated by
1.14.0