1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef EC_CLEVO_IT5570E_SMM_H 4 #define EC_CLEVO_IT5570E_SMM_H 5 6 /* SMI handler */ 7 void ec_smi_apmc(uint8_t apmc); 8 void ec_smi_sleep(uint8_t slp_type); 9 10 #endif /* EC_CLEVO_IT5570E_SMM_H */ 11