summaryrefslogtreecommitdiff
path: root/stage1/stage1.h
diff options
context:
space:
mode:
author0x221E <0x221E@0xinfinity.dev>2026-06-11 20:10:31 +0200
committer0x221E <0x221E@0xinfinity.dev>2026-06-11 20:11:56 +0200
commit6d559b7e50dbab428d324b4ddaed9db7a8ced887 (patch)
treec2e807a19d2d0b6054e13a6d3ece16750796198d /stage1/stage1.h
downloadtmpbootloader-master.tar.gz
initial commitHEADmaster
Diffstat (limited to 'stage1/stage1.h')
-rw-r--r--stage1/stage1.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/stage1/stage1.h b/stage1/stage1.h
new file mode 100644
index 0000000..cf29acb
--- /dev/null
+++ b/stage1/stage1.h
@@ -0,0 +1,8 @@
+#ifndef STAGE1_H
+#define STAGE1_H
+
+#include <defs.h>
+
+void centry(void) BLSEC_TEXT;
+
+#endif