/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SUPERIO_ITE_IT8772F_H #define SUPERIO_ITE_IT8772F_H #define IT8772F_FDC 0x00 /* Floppy disk controller */ #define IT8772F_SP1 0x01 /* Com1 */ #define IT8772F_EC 0x04 /* Environment controller */ #define IT8772F_KBCK 0x05 /* Keyboard */ #define IT8772F_KBCM 0x06 /* Mouse */ #define IT8772F_GPIO 0x07 /* GPIO */ #define IT8772F_IR 0x0a /* Consumer IR */ #endif /* SUPERIO_ITE_IT8772F_H */