|
#ifndef __INDEX_FST_COMM_H__
|
|
#define __INDEX_FST_COMM_H__
|
|
|
|
#include "tutil.h"
|
|
extern const uint8_t COMMON_INPUTS[];
|
|
extern const char COMMON_INPUTS_INV[];
|
|
extern const int32_t COMMON_INPUTS_LEN;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|