16b6729ed7331fea7b97c2fb8d99d4c35b1b4aa2
[lttv.git] / trunk / tests / kernel / tp-test.h
1 #include <linux/tracepoint.h>
2
3 DECLARE_TRACE(kernel_test,
4 TPPROTO(void *a, void *b),
5 TPARGS(a, b));
This page took 0.028903 seconds and 4 git commands to generate.