]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/arch-ivybridge/bd82x6x.h
x86: ivybridge: Move LPC init into the LPC probe() method
[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_usb_ehci_init(pci_dev_t dev);
11 void bd82x6x_usb_xhci_init(pci_dev_t dev);
12 int gma_func0_init(struct udevice *dev, const void *blob, int node);
13
14 #endif