7 lines
98 B
C
Raw Normal View History

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