RetroArch/ngc/ssaram.h
Toad King 20db83cd93 (NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
2012-09-03 18:05:23 -04:00

13 lines
325 B
C

/****************************************************************************
* SSARAM
***************************************************************************/
#ifndef HW_RVL
#ifndef __SSARAM__
#define __SSARAM__
void ARAMPut(char *src, char *dst, int len);
void ARAMFetch(char *dst, char *src, int len);
#endif
#endif