]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/arch-queensbay/tnc.h
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
[u-boot] / arch / x86 / include / asm / arch-queensbay / tnc.h
1 /*
2  * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _X86_ARCH_TNC_H_
8 #define _X86_ARCH_TNC_H_
9
10 #include <pci.h>
11
12 /* PCI Configuration Space (D31:F0): LPC */
13 #define PCH_LPC_DEV     PCI_BDF(0, 0x1f, 0)
14
15 #endif /* _X86_ARCH_TNC_H_ */