blob: 4dc3c7b89ebd5cecc201e74482739a0702e0f285 [file] [log] [blame]
developer0f312e82022-11-01 12:31:52 +08001// SPDX-License-Identifier: ISC
2/*
3 * Copyright (C) 2021 Lorenzo Bianconi <lorenzo@kernel.org>
4 */
5
6#include <linux/module.h>
7
8#ifndef __CHECKER__
9#define CREATE_TRACE_POINTS
10#include "mt7921_trace.h"
11
12#endif