lx_emul/arm: add 'pteval_t'

issue #4958
This commit is contained in:
Sebastian Sumpf 2023-06-29 18:01:53 +02:00 committed by Christian Helmuth
parent c4ec847680
commit 6ac68494db

View File

@ -43,6 +43,8 @@
int pud_none(pud_t pud);
typedef unsigned pteval_t;
typedef struct page *pgtable_t;
#define page_to_phys(p) __pa((p)->virtual)