blob: afc9f05b9e73993dc28fde269c40e779a88daa6a [file] [log] [blame]
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2008 coresystems GmbH
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +000014 */
15
Uwe Hermann7fa08192010-11-08 20:55:24 +000016#ifndef SUPERIO_SMSC_SIO10N268_SIO10N268_H
17#define SUPERIO_SMSC_SIO10N268_SIO10N268_H
18
19/* Note: The SIO10N268 has no logical devices. */
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +000020
21#define SIO10N268_FDC 0x00 /* Floppy */
22#define SIO10N268_PP 0x03 /* Parallel port */
23#define SIO10N268_KBDC 0x05 /* Keyboard */
24
Uwe Hermann7fa08192010-11-08 20:55:24 +000025#endif