]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/bootmem.h
mm: move bootmem descriptors definition to a single place
[linux-2.6-omap-h63xx.git] / include / linux / bootmem.h
index a1d9b79078ea03425cb1ce4ae8746daf01c46fd5..2599c741405e64209fb24030daf2f9ab860c07b5 100644 (file)
@@ -38,6 +38,8 @@ typedef struct bootmem_data {
        struct list_head list;
 } bootmem_data_t;
 
+extern bootmem_data_t bootmem_node_data[];
+
 extern unsigned long bootmem_bootmap_pages(unsigned long);
 extern unsigned long init_bootmem(unsigned long addr, unsigned long memend);
 extern void free_bootmem(unsigned long addr, unsigned long size);