Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / arm / mm / mm.h
index a44e3097063544315b14d43acc29a575385561cf..7647c597fc597ce82b5c08c587ca4b1f1c7b9724 100644 (file)
@@ -16,6 +16,16 @@ static inline pmd_t *pmd_off_k(unsigned long virt)
        return pmd_off(pgd_offset_k(virt), virt);
 }
 
+struct mem_type {
+       unsigned int prot_pte;
+       unsigned int prot_pte_ext;
+       unsigned int prot_l1;
+       unsigned int prot_sect;
+       unsigned int domain;
+};
+
+const struct mem_type *get_mem_type(unsigned int type);
+
 #endif
 
 struct map_desc;