1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef _EC_COMPAL_ENE932_CHIP_H 4 #define _EC_COMPAL_ENE932_CHIP_H 5 6 struct ec_compal_ene932_config { 7 }; 8 9 #endif /* _EC_COMPAL_ENE932_CHIP_H */ 10