1 /* 2 * Copyright (c) 2019 Intel Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef _SOC_ESPI_CHANNELS_H_ 8 #define _SOC_ESPI_CHANNELS_H_ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 /* Channel 0 - Peripheral Channel */ 14 15 /* 8042 event data */ 16 #define E8042_ISR_DATA_POS 8U 17 #define E8042_ISR_CMD_DATA_POS 0U 18 19 #ifdef __cplusplus 20 } 21 #endif 22 23 #endif /* _SOC_ESPI_CHANNELS_H_ */ 24