aboutsummaryrefslogtreecommitdiff
path: root/trace_ops_tail.c
blob: 7ef187b2e5d391553cc641ffcec2f54dc2d9b5d6 (plain)
1
2
3
4
5
6
#include "trace_ops.h"
#include <stddef.h>

static const struct trace_ops
	__attribute__((__used__)) __attribute__ ((__section__ ("__trace_ops")))
	*trace_ops_tail = NULL;