move everything out of trunk
[lttv.git] / tests / kernel / ltt-facility-loader-tests.h
diff --git a/tests/kernel/ltt-facility-loader-tests.h b/tests/kernel/ltt-facility-loader-tests.h
new file mode 100644 (file)
index 0000000..a70e7c3
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef _LTT_FACILITY_LOADER_TESTS_H_
+#define _LTT_FACILITY_LOADER_TESTS_H_
+
+#ifdef CONFIG_LTT
+
+#include <linux/ltt-facilities.h>
+#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_
This page took 0.022345 seconds and 4 git commands to generate.