user: replace x86_64 definitions with stubs

This commit is contained in:
2023-03-06 11:06:59 +00:00
parent 7fab406b44
commit eecc4c5c1a

View File

@@ -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