ufs-sysfs.h 426 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright (C) 2018 Western Digital Corporation
  3. */
  4. #ifndef __UFS_SYSFS_H__
  5. #define __UFS_SYSFS_H__
  6. #include <linux/sysfs.h>
  7. struct device;
  8. void ufs_sysfs_add_nodes(struct device *dev);
  9. void ufs_sysfs_remove_nodes(struct device *dev);
  10. extern const struct attribute_group ufs_sysfs_unit_descriptor_group;
  11. extern const struct attribute_group ufs_sysfs_lun_attributes_group;
  12. #endif