X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fkernel%2Fltt-facility-loader-tests.h;fp=tests%2Fkernel%2Fltt-facility-loader-tests.h;h=0000000000000000000000000000000000000000;hb=a219d12930979a81f43a3a3f5499b2bd00141a84;hp=a70e7c3d7eda11aa0b31f76e4b5b8c500b84eac5;hpb=31efe1f8304f09a4f4139c387a98d3215cd423c9;p=lttv.git diff --git a/tests/kernel/ltt-facility-loader-tests.h b/tests/kernel/ltt-facility-loader-tests.h deleted file mode 100644 index a70e7c3d..00000000 --- a/tests/kernel/ltt-facility-loader-tests.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _LTT_FACILITY_LOADER_TESTS_H_ -#define _LTT_FACILITY_LOADER_TESTS_H_ - -#ifdef CONFIG_LTT - -#include -#include "ltt-facility-id-tests.h" - -ltt_facility_t ltt_facility_tests; -ltt_facility_t ltt_facility_tests_CA7F1536; - -#define LTT_FACILITY_SYMBOL ltt_facility_tests -#define LTT_FACILITY_CHECKSUM_SYMBOL ltt_facility_tests_CA7F1536 -#define LTT_FACILITY_CHECKSUM 0xCA7F1536 -#define LTT_FACILITY_NAME "tests" -#define LTT_FACILITY_NUM_EVENTS facility_tests_num_events - -#endif //CONFIG_LTT - -#endif //_LTT_FACILITY_LOADER_TESTS_H_