mirror of
https://github.com/zeldaret/ss
synced 2026-05-25 23:35:13 -04:00
15 lines
182 B
C
15 lines
182 B
C
#ifndef RVL_SDK_AX_H
|
|
#define RVL_SDK_AX_H
|
|
#include <common.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void AXInit(void);
|
|
void AXInitEx(u32 mode);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|