Joao Pinto | 947e701 | 2016-05-11 12:21:31 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Synopsys G210 Test Chip driver |
| 3 | * |
| 4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
| 5 | * |
| 6 | * Authors: Joao Pinto <jpinto@synopsys.com> |
| 7 | * |
| 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. |
| 11 | */ |
| 12 | |
| 13 | #ifndef _TC_DWC_G210_H |
| 14 | #define _TC_DWC_G210_H |
| 15 | |
| 16 | int tc_dwc_g210_config_40_bit(struct ufs_hba *hba); |
| 17 | int tc_dwc_g210_config_20_bit(struct ufs_hba *hba); |
| 18 | |
| 19 | #endif /* End of Header */ |