Remove address from GPLv2 headers
[coreboot.git] / src / superio / nsc / pc87360 / pc87360.h
blobf8d502361ad82d2274bd1781decdec0c6ddc348f
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2000 AG Electronics Ltd.
5 * Copyright (C) 2003-2004 Linux Networx
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; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc.
22 #ifndef SUPERIO_NSC_PC87360_H
23 #define SUPERIO_NSC_PC87360_H
25 #define PC87360_FDC 0x00 /* Floppy */
26 #define PC87360_PP 0x01 /* Parallel port */
27 #define PC87360_SP2 0x02 /* Com2 */
28 #define PC87360_SP1 0x03 /* Com1 */
29 #define PC87360_SWC 0x04
30 #define PC87360_KBCM 0x05 /* Mouse */
31 #define PC87360_KBCK 0x06 /* Keyboard */
32 #define PC87360_GPIO 0x07
33 #define PC87360_ACB 0x08
34 #define PC87360_FSCM 0x09
35 #define PC87360_WDT 0x0A
37 #include <arch/io.h>
38 #include <stdint.h>
40 void pc87360_enable_serial(pnp_devfn_t dev, u16 iobase);
42 #endif /* SUPERIO_NSC_PC87360_H */