Files
mango/arch/user/include/socks/machine/pmap.h

8 lines
119 B
C
Raw Normal View History

#ifndef SOCKS_USER_PMAP_H_
#define SOCKS_USER_PMAP_H_
typedef uintptr_t ml_pmap_t;
typedef uint64_t ml_pfn_t;
#endif