1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef __AMD_NB_COMMON_H__ 4 #define __AMD_NB_COMMON_H__ 5 6 #define HT_IO_HOST_ALIGN 4096 7 #define HT_MEM_HOST_ALIGN (1024 * 1024) 8 9 #define DEV_CDB 0x18 10 #define IO_APIC2_ADDR 0xfec20000 11 12 #endif 13