summaryrefslogtreecommitdiff
path: root/include/font.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 03:14:51 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 03:14:51 +0200
commitbe3274c49d0ca5e31daa855c4c109d830fdead67 (patch)
tree7f097287c7917b5bf662c5d2322a437a15f2a2da /include/font.h
parentf622bf0d79a7460cb160207bcd75f257deb872ea (diff)
interrupts
Diffstat (limited to 'include/font.h')
-rw-r--r--include/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/font.h b/include/font.h
index c95e7bc..678a6c2 100644
--- a/include/font.h
+++ b/include/font.h
@@ -4,7 +4,7 @@
#include <stdint.h>
#define PSF_FONT_MAGIC 0x864ab572
-
+
typedef struct {
uint32_t magic; /* magic bytes to identify PSF */
uint32_t version; /* zero */