Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / ufs / core / ufs-sysfs.h
blob8d94af3b80771932557a7ab66a57afbe81413e00
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2018 Western Digital Corporation
3 */
5 #ifndef __UFS_SYSFS_H__
6 #define __UFS_SYSFS_H__
8 #include <linux/sysfs.h>
10 struct device;
12 void ufs_sysfs_add_nodes(struct device *dev);
13 void ufs_sysfs_remove_nodes(struct device *dev);
15 extern const struct attribute_group ufs_sysfs_unit_descriptor_group;
16 extern const struct attribute_group ufs_sysfs_lun_attributes_group;
18 #endif