convert from svn repository: remove tags directory
[lttv.git] / trunk / tests / user / ltt / ltt-facility-id-user_tests.h
CommitLineData
ff2341d9 1#ifndef _LTT_FACILITY_ID_USER_TESTS_H_
2#define _LTT_FACILITY_ID_USER_TESTS_H_
3
4#ifdef LTT_TRACE
5#include <ltt/ltt-usertrace.h>
6
7/**** facility handle ****/
8
9extern ltt_facility_t ltt_facility_user_tests_CDD24456;
10extern ltt_facility_t ltt_facility_user_tests;
11
12
13/**** event index ****/
14
15enum user_tests_event {
16 event_user_tests_write_4bytes,
17 facility_user_tests_num_events
18};
19
20#endif //LTT_TRACE
21#endif //_LTT_FACILITY_ID_USER_TESTS_H_
This page took 0.032744 seconds and 4 git commands to generate.