aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx2/chip.h
blob: 556c0e1de0c453edd42706a5c69b8ca9adfbb887 (plain)
1
2
3
4
5
6
7
struct northbridge_amd_gx2_config
{
 	uint16_t irqmap;
	int setupflash;
};

extern struct chip_operations northbridge_amd_gx2_ops;