#ifndef __LUNAIX_ARCH_MEMORY_H #define __LUNAIX_ARCH_MEMORY_H #include #include static inline pte_attr_t translate_vmr_prot(unsigned int vmr_prot) { return 0; } #endif /* __LUNAIX_ARCH_MEMORY_H */