]> Git Repo - J-linux.git/blob - include/net/mana/mana_auxiliary.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / net / mana / mana_auxiliary.h
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 };
This page took 0.025301 seconds and 4 git commands to generate.