blob: d765d0bd8520228f015311acebd3e0e7c8d4131a [file] [log] [blame]
Manjunath Kondaiah Gb0a330d2010-10-08 10:00:19 -07001#ifndef __PLAT_OMAP_FB_H__
2#define __PLAT_OMAP_FB_H__
3
4extern unsigned long omapfb_reserve_sram(unsigned long sram_pstart,
5 unsigned long sram_vstart,
6 unsigned long sram_size,
7 unsigned long pstart_avail,
8 unsigned long size_avail);
9
10#endif /* __PLAT_OMAP_FB_H__ */