]> err.no Git - linux-2.6/blobdiff - include/linux/bootmem.h
mfd: let asic3 use mem resource instead of bus_shift
[linux-2.6] / include / linux / bootmem.h
index 686895bacd9dcc8500518d4bddc3629ec9533dd4..a1d9b79078ea03425cb1ce4ae8746daf01c46fd5 100644 (file)
@@ -84,6 +84,8 @@ extern int reserve_bootmem(unsigned long addr, unsigned long size, int flags);
        __alloc_bootmem_low(x, PAGE_SIZE, 0)
 #endif /* !CONFIG_HAVE_ARCH_BOOTMEM_NODE */
 
+extern int reserve_bootmem_generic(unsigned long addr, unsigned long size,
+                                  int flags);
 extern unsigned long free_all_bootmem(void);
 extern unsigned long free_all_bootmem_node(pg_data_t *pgdat);
 extern void *__alloc_bootmem_node(pg_data_t *pgdat,