2022-04-02 18:06:56 +05:00

7 lines
98 B
C

#include <xen/arm/page.h>
static inline bool xen_kernel_unmapped_at_usr(void)
{
return false;
}