Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
evalenti
/
ti-soc-thermal
/
c902afbbb8157511af4c9abb512ec1f3d7df9c06
/
.
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob: 9cf802a04885cb9addac2cea7783252de04fa03f [
file
]
#include
<babeltrace/ctf-writer/writer.h>
#include
<babeltrace/ctf-ir/stream-class.h>
int
main
(
void
)
{
bt_ctf_stream_class_get_packet_context_type
((
void
*)
0
);
return
0
;
}