aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/sio10n268/sio10n268.h
blob: 0452ab7153186a49f2bd2d6499fc6ad36e8ebf43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SUPERIO_SMSC_SIO10N268_SIO10N268_H
#define SUPERIO_SMSC_SIO10N268_SIO10N268_H

/* Note: The SIO10N268 has no logical devices. */

#define SIO10N268_FDC  0x00 /* Floppy */
#define SIO10N268_PP   0x03 /* Parallel port */
#define SIO10N268_KBDC 0x05 /* Keyboard */

#endif