aboutsummaryrefslogtreecommitdiff
path: root/src/vga.h
blob: f35e6dd9d0faf16ac41380c633990c6085da0b38 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _VGA_H
#define _VGA_H

uint8_t *open_framebuffer();
void close_framebuffer();

void set_mode(uint8_t mode);

#endif // _VGA_H