Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / amd / amd8111 / chip.h
1 #ifndef AMD8111_CHIP_H
2 #define AMD8111_CHIP_H
3
4 struct southbridge_amd_amd8111_config
5 {
6         unsigned int ide0_enable : 1;
7         unsigned int ide1_enable : 1;
8         unsigned int phy_lowreset : 1;
9 };
10
11 struct chip_operations;
12 extern struct chip_operations southbridge_amd_amd8111_ops;
13
14 #endif /* AMD8111_CHIP_H */