summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801dbm/chip.h
blob: e1e3da0e6f6c3a1bfdfd43a775b195059dc26573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef I82801DBM_CHIP_H
#define I82801DBM_CHIP_H

struct southbridge_intel_i82801dbm_config 
{
	int enable_usb;
	int enable_native_ide;
};
struct chip_operations;
extern struct chip_operations southbridge_intel_i82801dbm_ops;

#endif /* I82801DBM_CHIP_H */