#ifndef LED_DRIVER_INTERFACE_H #define LED_DRIVER_INTERFACE_H extern void LED_Driver_Init(void); #endif