diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
| commit | 7caa231e0b0fa607080586725fbbc9628a1cc031 (patch) | |
| tree | e22a643aefbc73c703b90f2454c0f75374696399 /src/stage1_primitives.h | |
hello and welcome back to hell
Diffstat (limited to 'src/stage1_primitives.h')
| -rwxr-xr-x | src/stage1_primitives.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/stage1_primitives.h b/src/stage1_primitives.h new file mode 100755 index 0000000..d6b9c33 --- /dev/null +++ b/src/stage1_primitives.h @@ -0,0 +1,19 @@ +#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 |
