convert from svn repository: remove tags directory
[lttv.git] / trunk / tests / kernel / ltt-facility-loader-tests.h
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;
10 ltt_facility_t ltt_facility_tests_CA7F1536;
11
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
17
18 #endif //CONFIG_LTT
19
20 #endif //_LTT_FACILITY_LOADER_TESTS_H_
This page took 0.029794 seconds and 4 git commands to generate.