1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-20 05:53:34 +01:00
hekate/hwinit/sdram.h

7 lines
64 B
C
Raw Normal View History

2018-03-07 01:11:46 +00:00
#ifndef _SDRAM_H_
#define _SDRAM_H_
void sdram_init();
#endif