convert from svn repository: remove tags directory
[lttv.git] / trunk / tests / user / ltt-facility-loader-user_tests.h
1 #ifndef _LTT_FACILITY_LOADER_USER_TESTS_H_
2 #define _LTT_FACILITY_LOADER_USER_TESTS_H_
3
4 #include <ltt/ltt-usertrace.h>
5 #include <ltt/ltt-facility-id-user_tests.h>
6
7 ltt_facility_t ltt_facility_user_tests;
8 ltt_facility_t ltt_facility_user_tests_CDD24456;
9
10 #define LTT_FACILITY_SYMBOL ltt_facility_user_tests
11 #define LTT_FACILITY_CHECKSUM_SYMBOL ltt_facility_user_tests_CDD24456
12 #define LTT_FACILITY_CHECKSUM 0xCDD24456
13 #define LTT_FACILITY_NAME "user_tests"
14 #define LTT_FACILITY_NUM_EVENTS facility_user_tests_num_events
15
16 #endif //_LTT_FACILITY_LOADER_USER_TESTS_H_
This page took 0.028712 seconds and 4 git commands to generate.