mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
223 B
C
11 lines
223 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
/* Copyright (c) 2022, Microsoft Corporation. */
|
||
|
|
||
|
#include "mana.h"
|
||
|
#include <linux/auxiliary_bus.h>
|
||
|
|
||
|
struct mana_adev {
|
||
|
struct auxiliary_device adev;
|
||
|
struct gdma_dev *mdev;
|
||
|
};
|