#ifndef __BAT_TEST_H_ #define __BAT_TEST_H_ #include "display_callback.h" void* battery_test(void *argc, display_callback *hook); #endif