2 * Synopsys G210 Test Chip driver
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.
13 #ifndef _TC_DWC_G210_H
14 #define _TC_DWC_G210_H
16 int tc_dwc_g210_config_40_bit(struct ufs_hba
*hba
);
17 int tc_dwc_g210_config_20_bit(struct ufs_hba
*hba
);
19 #endif /* End of Header */