diff options
Diffstat (limited to 'src/stage1_primitives.h')
| -rw-r--r-- | src/stage1_primitives.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/stage1_primitives.h b/src/stage1_primitives.h deleted file mode 100644 index d6b9c33..0000000 --- a/src/stage1_primitives.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef STAGE1_PRIMITIVES_H -#define STAGE1_PRIMITIVES_H - -#include <stdint.h> - -extern uint32_t LC_CONF_OFFSET; - -char* write32_unslid(uint32_t where, - uint32_t what); - -char* writebuf_old_unslid(uint32_t where, - char* what, - uint32_t len); - -char* writebuf_unslid(uint32_t where, - char* what, - uint32_t len); - -#endif
\ No newline at end of file |
