coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sio10n268.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SUPERIO_SMSC_SIO10N268_SIO10N268_H
4 #define SUPERIO_SMSC_SIO10N268_SIO10N268_H
5 
6 /* Note: The SIO10N268 has no logical devices. */
7 
8 #define SIO10N268_FDC 0x00 /* Floppy */
9 #define SIO10N268_PP 0x03 /* Parallel port */
10 #define SIO10N268_KBDC 0x05 /* Keyboard */
11 
12 #endif