2016-04-12 04:56:12 +02:00
|
|
|
/*
|
|
|
|
* This file is part of the coreboot project.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; version 2 of the License.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
|
2004-10-06 19:33:54 +02:00
|
|
|
#ifndef _SOUTHBRIDGE_RICOH_RL5C476
|
|
|
|
#define _SOUTHBRIDGE_RICOH_RL5C476
|
|
|
|
|
|
|
|
struct southbridge_ricoh_rl5c476_config {
|
2005-11-22 01:07:02 +01:00
|
|
|
int enable_cf;
|
2004-10-06 19:33:54 +02:00
|
|
|
};
|
|
|
|
|
2009-07-21 22:27:00 +02:00
|
|
|
#endif /* _SOUTHBRIDGE_RICOH_RL5C476 */
|