]> rtime.felk.cvut.cz Git - arc.git/blob - include/CalibrationData.h
Merge with 422b4aa0953939f40e73df879f3cbcbf8959a73b
[arc.git] / include / CalibrationData.h
1 #ifndef CALIBRATIONDATA_H_\r
2 #define CALIBRATIONDATA_H_\r
3 \r
4 /* Section data from linker script. */\r
5 extern char __CALIB_RAM_START;\r
6 extern char __CALIB_RAM_END;\r
7 extern char __CALIB_ROM_START;\r
8 \r
9 #define ARC_DECLARE_CALIB(type, name) type __attribute__((section (".calibration"))) name\r
10 \r
11 #endif /* CALIBRATIONDATA_H_ */\r