]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/x86/include/asm/arch-queensbay/tnc.h
10ea51d0f1fe856216e0e92dbb14872ca61a1e4b
[karo-tx-uboot.git] / 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 #define TNC_LPC         PCI_BDF(0, 31, 0)
13
14 #endif /* _X86_ARCH_TNC_H_ */