blob: 10e152954fa7a34f800cdcddbb4e722ea9821d92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef AMD8111_H
#define AMD8111_H
struct southbridge_amd_amd8111_config
{
};
struct chip_control;
extern struct chip_control southbridge_amd_amd8111_control;
void amd8111_enable(device_t dev);
#endif /* AMD8111_H */
|