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

10 lines
140 B
C
Raw Normal View History

2024-11-02 11:31:51 +00:00
#ifndef MANGO_USER_PMAP_H_
#define MANGO_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