summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-27 05:16:57 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-27 05:16:57 -0500
commit09b43900045e256c8907d048063e6a8d3c638f69 (patch)
tree15e2fe999ef54fde30db50a4417fce3d13433e0b /include
parentmore lib fns (diff)
downloadcorn-09b43900045e256c8907d048063e6a8d3c638f69.tar.gz
corn-09b43900045e256c8907d048063e6a8d3c638f69.tar.bz2
corn-09b43900045e256c8907d048063e6a8d3c638f69.zip
qemu fb
Diffstat (limited to 'include')
-rw-r--r--include/fb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/fb.h b/include/fb.h
new file mode 100644
index 0000000..2c5ea13
--- /dev/null
+++ b/include/fb.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <stdint.h>
+
+int fb_init(uint16_t res_x, uint16_t res_y);