blob: fb177db1227d1522ea077cb26abab015f4d3136e [file] [log] [blame]
Joao Pinto947e7012016-05-11 12:21:31 +01001/*
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
16int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
17int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);
18
19#endif /* End of Header */