summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/amd8111.h
blob: 10df5906b015d8ebdb382edec8ba14bc91606fc3 (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(device_t dev);
#endif

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

#endif /* AMD8111_H */