Implemented some basic libc functions and a text console
This commit is contained in:
8
arch/x86_64/include/socks/machine/init.h
Normal file
8
arch/x86_64/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 machine_init(uintptr_t arg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user