blob: dd8c40bb7d846f89248af6f7079d6647fa137af3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __SPRD_IOMMU_SYSFS_H__
#define __SPRD_IOMMU_SYSFS_H__
#include <linux/device.h>
int sprd_iommu_sysfs_register(struct sprd_iommu_dev *device,
const char *dev_name);
int sprd_iommu_sysfs_unregister(struct sprd_iommu_dev *device,
const char *dev_name);
#endif
|