blob: ed3df3c8b4b312af384f0ce1be7b2775b6916950 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// SPDX-License-Identifier: ISC
2/*
3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
4 */
5
6#include <linux/module.h>
7
8#ifndef __CHECKER__
9#define CREATE_TRACE_POINTS
10#include "trace.h"
11
12#endif