From 7caa231e0b0fa607080586725fbbc9628a1cc031 Mon Sep 17 00:00:00 2001 From: spv Date: Wed, 20 Apr 2022 14:10:27 -0400 Subject: hello and welcome back to hell --- src/stage0_primitives.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 src/stage0_primitives.h (limited to 'src/stage0_primitives.h') diff --git a/src/stage0_primitives.h b/src/stage0_primitives.h new file mode 100755 index 0000000..a9a71eb --- /dev/null +++ b/src/stage0_primitives.h @@ -0,0 +1,10 @@ +#ifndef STAGE0_PRIMITIVES_H +#define STAGE0_PRIMITIVES_H + +#include + +extern uint32_t DNS4_OFFSET; +char* write32_slid(uint32_t where, + uint32_t what); + +#endif \ No newline at end of file -- cgit v1.2.3