/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H #include /* EC sync irq is GPP_134_IRQ */ #define EC_SYNC_IRQ GPIO_134_IRQ #endif /* MAINBOARD_GPIO_H */