Implemented some basic libc functions and a text console
This commit is contained in:
11
arch/x86_64/include/socks/machine/cpu.h
Normal file
11
arch/x86_64/include/socks/machine/cpu.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef SOCKS_X86_64_CPU_H_
|
||||
#define SOCKS_X86_64_CPU_H_
|
||||
|
||||
typedef struct ml_cpu_block {
|
||||
|
||||
} ml_cpu_block;
|
||||
|
||||
extern int ml_cpu_block_init(ml_cpu_block *p);
|
||||
extern int ml_cpu_block_use(ml_cpu_block *p);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user