add missing tests
[lttv.git] / tests / kernel / ltt-facility-id-tests.h
CommitLineData
abbd00d3 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
9extern ltt_facility_t ltt_facility_tests_2F06D8DB;
10extern ltt_facility_t ltt_facility_tests;
11
12
13/**** event index ****/
14
15enum tests_event {
16 event_tests_write_4bytes,
17 event_tests_write_string,
18 event_tests_write_struct,
19 facility_tests_num_events
20};
21
22#endif //CONFIG_LTT
23#endif //_LTT_FACILITY_ID_TESTS_H_
This page took 0.022511 seconds and 4 git commands to generate.