]> err.no Git - linux-2.6/blobdiff - include/linux/bootmem.h
SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon
[linux-2.6] / include / linux / bootmem.h
index 4e4e340592fb08b26cb1c3c5cd7c14d7a9ff9bc9..686895bacd9dcc8500518d4bddc3629ec9533dd4 100644 (file)
@@ -94,13 +94,15 @@ extern unsigned long init_bootmem_node(pg_data_t *pgdat,
                                       unsigned long freepfn,
                                       unsigned long startpfn,
                                       unsigned long endpfn);
-extern void reserve_bootmem_node(pg_data_t *pgdat,
+extern int reserve_bootmem_node(pg_data_t *pgdat,
                                 unsigned long physaddr,
                                 unsigned long size,
                                 int flags);
 extern void free_bootmem_node(pg_data_t *pgdat,
                              unsigned long addr,
                              unsigned long size);
+extern void *alloc_bootmem_section(unsigned long size,
+                                  unsigned long section_nr);
 
 #ifndef CONFIG_HAVE_ARCH_BOOTMEM_NODE
 #define alloc_bootmem_node(pgdat, x) \