move everything out of trunk
[lttv.git] / tests / kernel / ltt-facility-id-tests.h
1 #ifndef _LTT_FACILITY_ID_TESTS_H_
2 #define _LTT_FACILITY_ID_TESTS_H_
3
4 #ifdef CONFIG_LTT
5 #include <linux/ltt-facilities.h>
6
7 /**** facility handle ****/
8
9 extern ltt_facility_t ltt_facility_tests_CA7F1536;
10 extern ltt_facility_t ltt_facility_tests;
11
12
13 /**** event index ****/
14
15 enum tests_event {
16 event_tests_write_4bytes,
17 facility_tests_num_events
18 };
19
20 #endif //CONFIG_LTT
21 #endif //_LTT_FACILITY_ID_TESTS_H_
This page took 0.029114 seconds and 4 git commands to generate.