#ifndef LUADRIVERFUNS_H #define LUADRIVERFUNS_H extern int LedSwitch(lua_State *L); extern int CpuStat(lua_State *L); #endif