umka/trace_lbr.h

8 lines
121 B
C
Raw Normal View History

2019-10-09 01:35:47 +02:00
#ifndef TRACE_LBR_H_INCLUDED
#define TRACE_LBR_H_INCLUDED
void trace_lbr_begin(void);
void trace_lbr_end(void);
#endif