blob: 67c5e0586c325f238f221ec553ced3b011637d4c [file] [log] [blame]
Bin Mengb8b44402014-12-17 15:50:44 +08001/*
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_ */