summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801cx/chip.h
blob: 99b069e82db8676c1dcea20b3dfccce68fbed37b (plain)
1
2
3
4
5
6
7
8
9
#ifndef I82801CX_CHIP_H
#define I82801CX_CHIP_H

struct southbridge_intel_i82801cx_config 
{
};
extern struct chip_operations southbridge_intel_i82801cx_ops;

#endif /* I82801CX_CHIP_H */