xref: /rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/tnc.h (revision 0a9bb489bf02effd59443a497e5ad7d66509ea1d)
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_ */
15