mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 01:54:00 +00:00
8 lines
133 B
C
8 lines
133 B
C
|
|
||
|
#ifndef __MACH_OMAP2_IO_H__
|
||
|
#define __MACH_OMAP2_IO_H__
|
||
|
|
||
|
extern int __init omap_sram_init(void);
|
||
|
|
||
|
#endif /* __MACH_OMAP2_IO_H__ */
|