mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08: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__ */
|