summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/agesa/hudson/chip.h
blob: 36c4e862891574b7e7774d27070f6da2ec350177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 */