mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 20:11:50 +00:00
6 lines
64 B
C
6 lines
64 B
C
#ifndef _SDRAM_H_
|
|
#define _SDRAM_H_
|
|
|
|
void sdram_init();
|
|
|
|
#endif
|