Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Synopsys G210 Test Chip driver
0004  *
0005  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
0006  *
0007  * Authors: Joao Pinto <jpinto@synopsys.com>
0008  */
0009 
0010 #ifndef _TC_DWC_G210_H
0011 #define _TC_DWC_G210_H
0012 
0013 struct ufs_hba;
0014 
0015 int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
0016 int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);
0017 
0018 #endif /* End of Header */