tc-dwc-g210.h 523 B

1234567891011121314151617181920
  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. #ifndef _TC_DWC_G210_H
  13. #define _TC_DWC_G210_H
  14. int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
  15. int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);
  16. #endif /* End of Header */