user: replace x86_64 definitions with stubs
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#ifndef SOCKS_X86_64_PMAP_H_
|
#ifndef SOCKS_USER_PMAP_H_
|
||||||
#define SOCKS_X86_64_PMAP_H_
|
#define SOCKS_USER_PMAP_H_
|
||||||
|
|
||||||
#include <arch/paging.h>
|
typedef uintptr_t ml_pmap_t;
|
||||||
|
|
||||||
typedef pml4t_ptr_t ml_pmap_t;
|
|
||||||
typedef uint64_t ml_pfn_t;
|
typedef uint64_t ml_pfn_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user