brintos

brintos / linux-shallow public Read only

0
0
Text · 250 B · b6f284f Raw
15 lines · c
1// SPDX-License-Identifier: ISC2/*3 * Copyright (C) 2023 Lorenzo Bianconi <lorenzo@kernel.org>4 */5 6#include <linux/module.h>7 8#ifndef __CHECKER__9#define CREATE_TRACE_POINTS10#include "mt792x_trace.h"11 12EXPORT_TRACEPOINT_SYMBOL_GPL(lp_event);13 14#endif15