Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 6a8f57ae2eb07ab39a6f0ccad60c760743051026 authored by Linus Torvalds on 16 April 2023, 22:23:53 UTC
Linux 6.3-rc7
Tip revision: 6a8f57a
trace.c
// SPDX-License-Identifier: ISC
/*
 * Copyright (c) 2013 Qualcomm Atheros, Inc.
 */

#include <linux/module.h>

#define CREATE_TRACE_POINTS
#include "trace.h"
back to top