2026-01-29 22:25:33 +08:00

14 lines
267 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SW64_DEVICE_H
#define _ASM_SW64_DEVICE_H
struct dev_archdata {
#if defined(CONFIG_SUNWAY_IOMMU) || defined(CONFIG_SUNWAY_IOMMU_V2)
void *iommu;
#endif
};
struct pdev_archdata {
};
#endif /* _ASM_SW64_DEVICE_H */