Remove unused defines.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2558 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2007-02-24 15:18:22 +00:00
parent 8a20213dde
commit e15c4ca5ca
1 changed files with 2 additions and 9 deletions

View File

@ -19,18 +19,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef SIO_COM1
#define SIO_COM1_BASE 0x3f8
#endif
#ifndef SIO_COM2
#define SIO_COM2_BASE 0x2f8
#endif
extern struct chip_operations superio_winbond_w83627ehg_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
extern struct chip_operations superio_winbond_w83627ehg_ops;
struct superio_winbond_w83627ehg_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;