mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:40:55 +07: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__ */
|