]> Git Repo - J-linux.git/blob - drivers/ufs/host/tc-dwc-g210.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / ufs / host / tc-dwc-g210.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Synopsys G210 Test Chip driver
4  *
5  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
6  *
7  * Authors: Joao Pinto <[email protected]>
8  */
9
10 #ifndef _TC_DWC_G210_H
11 #define _TC_DWC_G210_H
12
13 struct ufs_hba;
14
15 int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
16 int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);
17
18 #endif /* End of Header */
This page took 0.029677 seconds and 4 git commands to generate.