1 #ifndef __LED_TEST_H_ 2 #define __LED_TEST_H_ 3 #include "rk_pcba_test_led.h" 4 5 void* led_test(void* argv); 6 7 #endif 8