Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.6 12 lines 201 B view raw
1// 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 "mt76x02_trace.h" 11 12#endif