Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
refs/heads/YUNDONG_BASE1.0
/
.
/
mbtk
/
include
/
lynq
/
lynq_led.h
blob: c95282b8a3a2b20a55217f51b3dfcb523f7f067b [
file
] [
log
] [
blame
]
b.liu
d440f9f
2025-04-18 10:44:31 +0800
[
diff
] [
blame
]
1
#ifndef
LYNQ_LED_H
2
#define
LYNQ_LED_H
1
3
#ifdef
__cplusplus
4
extern
"C"
{
5
#endif
6
7
int
lynq_set_netled_on
(
const
int
test_mode
);
8
int
lynq_set_statusled_on
(
const
int
test_mode
);
9
#ifdef
__cplusplus
10
}
11
#endif
12
#endif