mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-21 16:05:47 +02:00
7 lines
64 B
C
7 lines
64 B
C
#ifndef _SDRAM_H_
|
|
#define _SDRAM_H_
|
|
|
|
void sdram_init();
|
|
|
|
#endif
|