aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/nb_common.h
blob: 8ea5e58a10f0dee9e80304a25100f2ef4fac0a66 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AMD_NB_COMMON_H__
#define __AMD_NB_COMMON_H__

#define DEV_CDB	0x18
#define IO_APIC2_ADDR 0xfec20000

#endif