aboutsummaryrefslogtreecommitdiff
path: root/ops_tail.c
blob: b65832206b039ca14db9f5811dca20b2ce2da0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "report_ops.h"
#include "trace_ops.h"
#include <stddef.h>

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

static const struct report_ops
	__attribute__((__used__)) __attribute__ ((__section__ ("__report_ops")))
	*report_ops_tail = NULL;