/*! * \file client.h * * \author Christos Choutouridis AEM:8997 */ #ifndef __client_h__ #define __client_h__ #include "core.h" #include "msg_impl.h" bool ping (device_t* dev); #endif /* __client_h__ */