#ifndef __WAKEAPP_H__
#define __WAKEAPP_H__

void wakeapp_init(void);
void udp_appcall(void);

#endif /* __WAKEAPP_H__ */
