blob: bc495ddbb2f7f5b14ecece56e34e8c91f7a186a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef _JOVE_ARCH_x86_64_PAGE_MAPPING_H
#define _JOVE_ARCH_x86_64_PAGE_MAPPING_H 1
#include "arch/x86_64/page.h"
pmle_t *page_mapping_traverse(pmle_t *pml4, uint8_t depth, uint16_t *path);
#endif
|