blob: 5a506da03f4a9ada436c7545bad2557fc819e38c [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Joao Pinto947e7012016-05-11 12:21:31 +01002/*
3 * Synopsys G210 Test Chip driver
4 *
5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
6 *
7 * Authors: Joao Pinto <jpinto@synopsys.com>
Joao Pinto947e7012016-05-11 12:21:31 +01008 */
9
10#ifndef _TC_DWC_G210_H
11#define _TC_DWC_G210_H
12
13int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
14int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);
15
16#endif /* End of Header */