build: add a "user" arch to allow the kernel to run as a program on the host machine
This commit is contained in:
8
arch/user/include/socks/machine/init.h
Normal file
8
arch/user/include/socks/machine/init.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SOCKS_X86_64_INIT_H_
|
||||
#define SOCKS_X86_64_INIT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern int ml_init(uintptr_t arg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user