tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / gpu / sprd_iommu / sprd_iommu_sysfs.h
1 #ifndef __SPRD_IOMMU_SYSFS_H__
2 #define __SPRD_IOMMU_SYSFS_H__
3
4 #include <linux/device.h>
5
6 int sprd_iommu_sysfs_register(struct sprd_iommu_dev *device,
7                                                         const char *dev_name);
8
9 int sprd_iommu_sysfs_unregister(struct sprd_iommu_dev *device,
10                                                         const char *dev_name);
11
12 #endif