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

10 lines
144 B
C
Raw Normal View History

2026-04-30 20:30:36 +01:00
#ifndef MAGENTA_USER_PMAP_H_
#define MAGENTA_USER_PMAP_H_
#include <stdint.h>
2023-03-06 11:06:59 +00:00
typedef uintptr_t ml_pmap_t;
typedef uint64_t ml_pfn_t;
#endif