Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
hare
/
scsi-devel
/
1cd916d0340d0f45b151599c24ec40b5b2fd8e4a
/
.
/
tools
/
build
/
feature
/
test-libtracefs.c
blob: 8eff16c0c10b628e44db6d1d3bf79ebc35d5f2c3 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<tracefs/tracefs.h>
int
main
(
void
)
{
struct
tracefs_instance
*
inst
=
tracefs_instance_create
(
"dummy"
);
tracefs_instance_destroy
(
inst
);
return
0
;
}