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

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

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