convert from svn repository: remove tags directory
[lttv.git] / trunk / tests / kernel / ltt-facility-loader-tests.h
CommitLineData
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
9ltt_facility_t ltt_facility_tests;
d4c8882b 10ltt_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_
This page took 0.032146 seconds and 4 git commands to generate.