/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef HUDSON_CHIP_H #define HUDSON_CHIP_H struct southbridge_amd_agesa_hudson_config { u8 sd_mode; }; #endif /* HUDSON_CHIP_H */