aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/chip.h
blob: 9516f3c73bc373873503f6e174655d5b124e58ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef I8371EB_CHIP_H
#define I8371EB_CHIP_H

struct southbridge_intel_i8371eb_config 
{
	unsigned int ide0_enable : 1;
	unsigned int ide1_enable : 1;
};

struct chip_operations;
extern struct chip_operations southbridge_intel_i8371eb_ops;

#endif /* I8371EB_CHIP_H */