2 * UFS Host driver for Synopsys Designware Core
4 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
6 * Authors: Joao Pinto <jpinto@synopsys.com>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
16 struct ufshcd_dme_attr_val
{
22 int ufshcd_dwc_link_startup_notify(struct ufs_hba
*hba
,
23 enum ufs_notify_change_status status
);
24 int ufshcd_dwc_dme_set_attrs(struct ufs_hba
*hba
,
25 const struct ufshcd_dme_attr_val
*v
, int n
);
26 #endif /* End of Header */