blob: 0452ab7153186a49f2bd2d6499fc6ad36e8ebf43 [file] [log] [blame]
Felix Held3f3eca92020-01-23 17:12:32 +01001/* SPDX-License-Identifier: GPL-2.0-only */
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +00002
Uwe Hermann7fa08192010-11-08 20:55:24 +00003#ifndef SUPERIO_SMSC_SIO10N268_SIO10N268_H
4#define SUPERIO_SMSC_SIO10N268_SIO10N268_H
5
6/* Note: The SIO10N268 has no logical devices. */
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +00007
8#define SIO10N268_FDC 0x00 /* Floppy */
9#define SIO10N268_PP 0x03 /* Parallel port */
10#define SIO10N268_KBDC 0x05 /* Keyboard */
11
Uwe Hermann7fa08192010-11-08 20:55:24 +000012#endif