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.
16 lines
191 B
16 lines
191 B
#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
|
|
|
|
|