drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git] / src / superio / ite / it8721f / it8721f.h
blobd2966974813ab8df77c79f5c957971dd22ff62ee
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_ITE_IT8721F_H
4 #define SUPERIO_ITE_IT8721F_H
6 /* Logical Device Numbers (LDN). */
7 #define IT8721F_FDC 0x00 /* Floppy */
8 #define IT8721F_SP1 0x01 /* Com1 */
9 #define IT8721F_SP2 0x02 /* Com2 */
10 #define IT8721F_PP 0x03 /* Parallel port */
11 #define IT8721F_EC 0x04 /* Environment controller */
12 #define IT8721F_KBCK 0x05 /* PS/2 keyboard */
13 #define IT8721F_KBCM 0x06 /* PS/2 mouse */
14 #define IT8721F_GPIO 0x07 /* GPIO */
15 #define IT8721F_IR 0x0a /* Consumer IR */
17 #endif /* SUPERIO_ITE_IT8721F_H */