27 lines
694 B
C
27 lines
694 B
C
#ifndef FSR_H_
|
|
#define FSR_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
extern "C" {
|
|
extern const uint8_t FSR_PACKAGE[];
|
|
}
|
|
|
|
#define FSR_FSR_EASU_OFFSET 0
|
|
#define FSR_FSR_EASU_SIZE 176882
|
|
#define FSR_FSR_EASU_DATA (FSR_PACKAGE + FSR_FSR_EASU_OFFSET)
|
|
|
|
#define FSR_FSR_EASU_MOBILE_OFFSET 176882
|
|
#define FSR_FSR_EASU_MOBILE_SIZE 183173
|
|
#define FSR_FSR_EASU_MOBILE_DATA (FSR_PACKAGE + FSR_FSR_EASU_MOBILE_OFFSET)
|
|
|
|
#define FSR_FSR_EASU_MOBILEF_OFFSET 360055
|
|
#define FSR_FSR_EASU_MOBILEF_SIZE 183255
|
|
#define FSR_FSR_EASU_MOBILEF_DATA (FSR_PACKAGE + FSR_FSR_EASU_MOBILEF_OFFSET)
|
|
|
|
#define FSR_FSR_RCAS_OFFSET 543310
|
|
#define FSR_FSR_RCAS_SIZE 176140
|
|
#define FSR_FSR_RCAS_DATA (FSR_PACKAGE + FSR_FSR_RCAS_OFFSET)
|
|
|
|
#endif
|