]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/arch-ivybridge/bd82x6x.h
x86: ivybridge: Add support for BD82x6x PCH
[u-boot] / arch / x86 / include / asm / arch-ivybridge / bd82x6x.h
1 /*
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
10 void bd82x6x_pci_init(pci_dev_t dev);
11 int bd82x6x_init_pci_devices(void);
12 int bd82x6x_init(void);
13
14 #endif