aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/amd8111.h
blob: 991f5a3b34997d354878369592445350dc1cd7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef AMD8111_H
#define AMD8111_H

#include "chip.h"

#ifndef __SIMPLE_DEVICE__
void amd8111_enable(struct device *dev);
#endif

#ifdef __PRE_RAM__
void enable_fid_change_on_sb(unsigned sbbusn, unsigned sbdn);
#endif

#endif /* AMD8111_H */