summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/cimx/sb800/cfg.h
blob: 3c6cda1654c9b26dccb5452b9853377a08cc34f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */


#ifndef _SB800_CFG_H_
#define _SB800_CFG_H_

#include <stdint.h>

/**
 * @brief South Bridge CIMx configuration
 *
 */
void sb800_cimx_config(AMDSBCFG *sb_cfg);

#endif