aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111/chip.h
blob: d100e9806018c254ba7b550166799ad6dbb6ba01 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef AMD8111_CHIP_H
#define AMD8111_CHIP_H

struct southbridge_amd_amd8111_config 
{
};
struct chip_operations;
extern struct chip_operations southbridge_amd_amd8111_ops;

#endif /* AMD8111_CHIP_H */