1 2 3 4 5 6 7 8
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SIEMENS_CHILI_EC_H #define _SIEMENS_CHILI_EC_H void ec_enable_devices(bool enable_usb); #endif /* _SIEMENS_CHILI_EC_H */