162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (C) 2018 Western Digital Corporation 362306a36Sopenharmony_ci */ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef __UFS_SYSFS_H__ 662306a36Sopenharmony_ci#define __UFS_SYSFS_H__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include <linux/sysfs.h> 962306a36Sopenharmony_ci 1062306a36Sopenharmony_cistruct device; 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_civoid ufs_sysfs_add_nodes(struct device *dev); 1362306a36Sopenharmony_civoid ufs_sysfs_remove_nodes(struct device *dev); 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciextern const struct attribute_group ufs_sysfs_unit_descriptor_group; 1662306a36Sopenharmony_ciextern const struct attribute_group ufs_sysfs_lun_attributes_group; 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif 19