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 }; 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.