summaryrefslogtreecommitdiffstats
path: root/lib/libjove/include/arch/x86_64/object-pagemap.h
blob: 55b0570a25e0975f8eecd7d01fb1ac9116b7d347 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _LIBJOVE_ARCH_x86_64_OBJECT_PAGEMAP_H
#define _LIBJOVE_ARCH_x86_64_OBJECT_PAGEMAP_H 1

#include <jove/object-typed.h>

typedef struct KernelObjectPageMapping
{
    KernelObjectTyped typed;
    uint8_t level;
} KernelObjectPageMapping;



#endif