[ARM] Remove PFN_TO_NID for !DISCONTIGMEM
[linux-2.6/verdex.git] / arch / arm / plat-omap / sram.h
blob71984efa6ae85b60024ccc2f1652c5fae22dda2e
1 /*
2 * linux/arch/arm/plat-omap/sram.h
4 * Interface for functions that need to be run in internal SRAM
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef __ARCH_ARM_OMAP_SRAM_H
12 #define __ARCH_ARM_OMAP_SRAM_H
14 extern void * omap_sram_push(void * start, unsigned long size);
15 extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
17 /* Do not use these */
18 extern void sram_reprogram_clock(u32 ckctl, u32 dpllctl);
19 extern unsigned long sram_reprogram_clock_sz;
21 #endif