blob: c95282b8a3a2b20a55217f51b3dfcb523f7f067b [file] [log] [blame]
b.liu4e243dc2023-11-27 11:20:00 +08001#ifndef LYNQ_LED_H
2#define LYNQ_LED_H 1
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7int lynq_set_netled_on(const int test_mode);
8int lynq_set_statusled_on(const int test_mode);
9#ifdef __cplusplus
10}
11#endif
12#endif