convert from svn repository: remove tags directory
[lttv.git] / trunk / 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
d4c8882b 9extern ltt_facility_t ltt_facility_tests_CA7F1536;
abbd00d3 10extern ltt_facility_t ltt_facility_tests;
11
12
13/**** event index ****/
14
15enum tests_event {
16 event_tests_write_4bytes,
abbd00d3 17 facility_tests_num_events
18};
19
20#endif //CONFIG_LTT
21#endif //_LTT_FACILITY_ID_TESTS_H_
This page took 0.032357 seconds and 4 git commands to generate.