blob: c5156f6edaa4d278aec1e068b0d618e515aced4f (
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_SB_DEFS_H_
#define _AMD_SB_DEFS_H_
#define AMD_SB_ACPI_MMIO_ADDR 0xfed80000ul
#endif
|