tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / superio / smsc / lpc47b397 / lpc47b397.h
blob43fc624b9f5956a9a1128b3cdcc03616f5b4e8b9
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2000 AG Electronics Ltd.
5 * Copyright (C) 2003-2004 Linux Networx
6 * Copyright (C) 2004 Tyan
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
19 #ifndef SUPERIO_SMSC_LPC47B397_H
20 #define SUPERIO_SMSC_LPC47B397_H
22 #define LPC47B397_FDC 0 /* Floppy */
23 #define LPC47B397_PP 3 /* Parallel Port */
24 #define LPC47B397_SP1 4 /* Com1 */
25 #define LPC47B397_SP2 5 /* Com2 */
26 #define LPC47B397_KBC 7 /* Keyboard & Mouse */
27 #define LPC47B397_HWM 8 /* HW Monitor */
28 #define LPC47B397_RT 10 /* Runtime reg*/
30 #include <arch/io.h>
31 #include <stdint.h>
33 void lpc47b397_enable_serial(pnp_devfn_t dev, u16 iobase);
35 #endif /* SUPERIO_SMSC_LPC47B397_H */