abbd00d3 |
1 | #ifndef _LTT_FACILITY_LOADER_TESTS_H_ |
2 | #define _LTT_FACILITY_LOADER_TESTS_H_ |
3 | |
4 | #ifdef CONFIG_LTT |
5 | |
6 | #include <linux/ltt-facilities.h> |
7 | #include "ltt-facility-id-tests.h" |
8 | |
9 | ltt_facility_t ltt_facility_tests; |
d4c8882b |
10 | ltt_facility_t ltt_facility_tests_CA7F1536; |
abbd00d3 |
11 | |
d4c8882b |
12 | #define LTT_FACILITY_SYMBOL ltt_facility_tests |
13 | #define LTT_FACILITY_CHECKSUM_SYMBOL ltt_facility_tests_CA7F1536 |
14 | #define LTT_FACILITY_CHECKSUM 0xCA7F1536 |
15 | #define LTT_FACILITY_NAME "tests" |
16 | #define LTT_FACILITY_NUM_EVENTS facility_tests_num_events |
abbd00d3 |
17 | |
18 | #endif //CONFIG_LTT |
19 | |
20 | #endif //_LTT_FACILITY_LOADER_TESTS_H_ |