Files
magenta/arch/user/include/socks/machine/pmap.h
T

8 lines
119 B
C
Raw Normal View History

2023-03-06 11:06:59 +00:00
#ifndef SOCKS_USER_PMAP_H_
#define SOCKS_USER_PMAP_H_
2023-03-06 11:06:59 +00:00
typedef uintptr_t ml_pmap_t;
typedef uint64_t ml_pfn_t;
#endif