blob: 8cc2552fad23561663cbd2a923c932cf85cee0f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef RVL_SDK_AX_COMP_H
#define RVL_SDK_AX_COMP_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif
extern u16 __AXCompressorTable[];
void AXSetCompressor(BOOL);
#ifdef __cplusplus
}
#endif
#endif
|