17 lines
190 B
C
17 lines
190 B
C
#ifndef __AUSYS_EQ_H
|
|
#define __AUSYS_EQ_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define EQ_COEFF_NUM (50)
|
|
|
|
extern const int32 eq_coeff_origin[50];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif |