blob: 7822d0d768fa8f3f4e1ba621ff7970ed5ddd046b (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef EC_CLEVO_IT5570E_EARLY_INIT_H
#define EC_CLEVO_IT5570E_EARLY_INIT_H
void ec_configure_kbled_booteffect(void);
#endif /* EC_CLEVO_IT5570E_EARLY_INIT_H */
|