summaryrefslogtreecommitdiff
path: root/src/gen/stage0_primitives.h
blob: a9a71eb6badc6cf6ed3fd1a5f35efe0f57b720e0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef STAGE0_PRIMITIVES_H
#define STAGE0_PRIMITIVES_H

#include <stdint.h>

extern uint32_t DNS4_OFFSET;
char* write32_slid(uint32_t where,
				   uint32_t what);

#endif