#ifndef __DRV_LED_H #define __DRV_LED_H #define LED_DEVICE_CTRL 0x01 /*LED control command*/ void rt_led_hw_init(void); #endif