summaryrefslogtreecommitdiffstats
path: root/bytecode/byte_slice.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode/byte_slice.h')
-rw-r--r--bytecode/byte_slice.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bytecode/byte_slice.h b/bytecode/byte_slice.h
new file mode 100644
index 0000000..7109b52
--- /dev/null
+++ b/bytecode/byte_slice.h
@@ -0,0 +1,10 @@
+#ifndef _BYTE_SLICE_H_
+#define _BYTE_SLICE_H_
+
+#include <stdint.h>
+
+#include "slice.h"
+
+DEFINE_SLICE(uint8_t)
+
+#endif