aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/include/soc/southbridge.h
blob: 2456ebc6f99ceb7bfc92f45166077f71cab96922 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_CEZANNE_SOUTHBRIDGE_H
#define AMD_CEZANNE_SOUTHBRIDGE_H

#include <soc/iomap.h>

void fch_pre_init(void);
void fch_early_init(void);

#endif /* AMD_CEZANNE_SOUTHBRIDGE_H */