/* * Copyright (c) 2022 rockchip * */ #ifndef __RK_LED_H__ #define __RK_LED_H__ #include #include int rk_led_set_mode(char *dev_path, bool blink, uint32_t brightness); #endif //__RK_LED_H__