Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc4 19 lines 523 B view raw
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 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 */