blob: 644755fcc4328351b5f873c78917a48bedf8943e [file] [log] [blame]
Simon Glass4e7a6ac2014-11-14 18:18:32 -07001/*
2 * Copyright (C) 2014 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _ASM_ARCH_BD82X6X_H
8#define _ASM_ARCH_BD82X6X_H
9
Simon Glass3ac83932014-11-14 18:18:38 -070010void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node);
11void bd82x6x_sata_enable(pci_dev_t dev, const void *blob, int node);
Simon Glass4e7a6ac2014-11-14 18:18:32 -070012void bd82x6x_pci_init(pci_dev_t dev);
13int bd82x6x_init_pci_devices(void);
14int bd82x6x_init(void);
15
16#endif