|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "gop.h"#include "mem.h"#include <boot/boot_info.h>#include <kernel/mem/paging_types.h>#include <stddef.h>#include <stdint.h>#include <sys/proc.h>Go to the source code of this file.
Functions | |
| static void | gop_select_mode (EFI_GRAPHICS_OUTPUT_PROTOCOL *gop, int64_t width, int64_t height) |
| EFI_STATUS | gop_buffer_init (boot_gop_t *buffer) |
| EFI_STATUS gop_buffer_init | ( | boot_gop_t * | buffer | ) |