bd82x6x.h 381 B

12345678910111213141516
  1. /*
  2. * Copyright (C) 2014 Google, Inc
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _ASM_ARCH_BD82X6X_H
  7. #define _ASM_ARCH_BD82X6X_H
  8. void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node);
  9. void bd82x6x_sata_enable(pci_dev_t dev, const void *blob, int node);
  10. void bd82x6x_pci_init(pci_dev_t dev);
  11. int bd82x6x_init_pci_devices(void);
  12. int bd82x6x_init(void);
  13. #endif