]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/include/asm/fixmap.h
arm: fixmap: implement __set_fixmap()
[karo-tx-linux.git] / arch / arm / include / asm / fixmap.h
index d984ca69ce196fcc033b02da380d53cc28dafb21..714606f70425257d544eccc50dfa14eeb627b6a9 100644 (file)
@@ -14,6 +14,8 @@ enum fixed_addresses {
        __end_of_fixed_addresses
 };
 
+void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
+
 #include <asm-generic/fixmap.h>
 
 #endif