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/nouveau: fix kernel-doc comments
[drm/drm-misc.git]
/
include
/
net
/
mana
/
mana_auxiliary.h
blob
373d59756846f2d1b8d2868cd9ec762134856a72
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/* Copyright (c) 2022, Microsoft Corporation. */
3
4
#include
"mana.h"
5
#include <linux/auxiliary_bus.h>
6
7
struct
mana_adev
{
8
struct
auxiliary_device adev
;
9
struct
gdma_dev
*
mdev
;
10
};