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
/
intel
/
iwlwifi
/
mei
/
trace.c
blob
47ac32ef9f69d67055e2e210343b2a5d1a8acc59
1
// SPDX-License-Identifier: GPL-2.0-only
2
/*
3
* Copyright (C) 2021 Intel Corporation
4
*/
5
6
#include <linux/module.h>
7
8
/* sparse doesn't like tracepoint macros */
9
#ifndef __CHECKER__
10
11
#define CREATE_TRACE_POINTS
12
#include
"trace.h"
13
#include
"trace-data.h"
14
15
#endif
/* __CHECKER__ */