xref: /openbmc/linux/kernel/trace/error_report-traces.c (revision f69e98a91a01fd7c5755dd710e94a17d6e9f583f)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Error reporting trace points.
4  *
5  * Copyright (C) 2021, Google LLC.
6  */
7 
8 #define CREATE_TRACE_POINTS
9 #include <trace/events/error_report.h>
10 
11 EXPORT_TRACEPOINT_SYMBOL_GPL(error_report_end);
12