1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-11-05 11:27:09 +00:00
hekate/hwinit/sdram.h
2018-03-07 14:13:23 +13:00

7 lines
64 B
C

#ifndef _SDRAM_H_
#define _SDRAM_H_
void sdram_init();
#endif