diff options
Diffstat (limited to 'src/shared/execbuf.h')
-rw-r--r-- | src/shared/execbuf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shared/execbuf.h b/src/shared/execbuf.h new file mode 100644 index 0000000..70ea35c --- /dev/null +++ b/src/shared/execbuf.h @@ -0,0 +1,5 @@ +#pragma once +/* the instruction format is bound to change, atm it's extremely inefficient */ + +/* takes 5 arguments */ +#define EXECBUF_SYSCALL 0xF0000001 |