repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/vkms: Add support for ABGR8888 pixel format
[drm/drm-misc.git]
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt792x_trace.c
blob
b6f284fb929d54d1cf191394564c6ced25e163ea
1
// SPDX-License-Identifier: ISC
2
/*
3
* Copyright (C) 2023 Lorenzo Bianconi <lorenzo@kernel.org>
4
*/
5
6
#include <linux/module.h>
7
8
#ifndef __CHECKER__
9
#define CREATE_TRACE_POINTS
10
#include
"mt792x_trace.h"
11
12
EXPORT_TRACEPOINT_SYMBOL_GPL
(
lp_event
);
13
14
#endif