]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/include/asm/mach/arch.h
ARM: Move platform memory reservations out of generic code
[net-next-2.6.git] / arch / arm / include / asm / mach / arch.h
index c59842dc7cb8d8f2b3a3e140d3a17d8da575efe0..d425f2b6efeb3600382e7a0687001c93e2b5bd18 100644 (file)
@@ -37,6 +37,7 @@ struct machine_desc {
        void                    (*fixup)(struct machine_desc *,
                                         struct tag *, char **,
                                         struct meminfo *);
+       void                    (*reserve)(void);/* reserve mem blocks  */
        void                    (*map_io)(void);/* IO mapping function  */
        void                    (*init_irq)(void);
        struct sys_timer        *timer;         /* system tick timer    */