#ifndef __CONCENTTIME__ #define __CONCENTTIME__ #include "global.h" void concenttime_set(u8 * time); void concenttime_get(u8 * timeval); #endif