You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
191 B
17 lines
191 B
13 years ago
|
#ifndef _SB700_CHIP_H_
|
||
|
#define _SB700_CHIP_H_
|
||
|
|
||
|
#include <sys/linux/types.h>
|
||
|
|
||
|
|
||
|
|
||
|
struct southbridge_amd_sb700_config
|
||
|
{
|
||
|
u32 ide0_enable : 1;
|
||
|
u32 sata0_enable : 1;
|
||
|
u32 hda_viddid;
|
||
|
};
|
||
|
|
||
|
#endif
|
||
|
|