blob: 6eba9f20634f5a4b48d9061716d685e6232d91c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef HUDSON_CHIP_H
#define HUDSON_CHIP_H
struct southbridge_amd_agesa_hudson_config
{
u8 sd_mode;
};
#endif /* HUDSON_CHIP_H */
|