/* 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