summaryrefslogtreecommitdiff
path: root/include/rvl/AX/DSPCode.h
blob: 0e4ed841e84bf02a5ad3392a04ab307b3160d064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef RVL_SDK_AX_DSP_CODE_H
#define RVL_SDK_AX_DSP_CODE_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif

extern u16 axDspInitVector;
extern u16 axDspResumeVector;

extern u8 axDspSlave[];
extern u16 axDspSlaveLength;

#ifdef __cplusplus
}
#endif
#endif