hbc/channel/channelapp/source/update.h

14 lines
219 B
C
Raw Normal View History

2016-11-23 06:35:12 +01:00
#ifndef _UPDATE_H_
#define _UPDATE_H_
#include <gctypes.h>
#include "loader_reloc.h"
bool update_signal(void);
bool update_busy(bool *update_available);
bool update_execute(view *sub_view, entry_point *ep);
#endif