summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801er/chip.h
blob: c7cfa142325c0b42a991c8b3b3c90172e9bc88fe (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef I82801ER_CHIP_H
#define I82801ER_CHIP_H

struct southbridge_intel_i82801er_config 
{
};
struct chip_operations;
extern struct chip_operations southbridge_intel_i82801er_ops;

#endif /* I82801ER_CHIP_H */