blob: ac39fd1e31dc7ff6e34b3203a1ad4f6b519eb0a6 [file] [log] [blame]
Uwe Hermannc6a10622010-10-17 19:30:58 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2005 AMD
5 * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Uwe Hermannc6a10622010-10-17 19:30:58 +000015 */
16
Yinghai Luafd34e62006-02-16 17:22:19 +000017#ifndef BCM5785_CHIP_H
18#define BCM5785_CHIP_H
19
Stefan Reinauer14e22772010-04-27 06:56:47 +000020struct southbridge_broadcom_bcm5785_config
Yinghai Luafd34e62006-02-16 17:22:19 +000021{
22 unsigned int ide0_enable : 1;
23 unsigned int ide1_enable : 1;
24 unsigned int sata0_enable : 1;
25 unsigned int sata1_enable : 1;
26};
Yinghai Luafd34e62006-02-16 17:22:19 +000027
28#endif /* BCM5785_CHIP_H */