14 lines
207 B
C
14 lines
207 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)
|
|
void *iommu;
|
|
#endif
|
|
};
|
|
|
|
struct pdev_archdata {
|
|
};
|
|
#endif
|