mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-12 04:16:11 +00:00
9 lines
154 B
C
9 lines
154 B
C
|
#ifndef FUSEE_SDRAM_H_
|
||
|
#define FUSEE_SDRAM_H_
|
||
|
|
||
|
void sdram_init();
|
||
|
const void *sdram_get_params();
|
||
|
void sdram_lp0_save_params(const void *params);
|
||
|
|
||
|
#endif
|