hbc/channel/channelapp/source/update.h
2016-11-23 14:35:12 +09:00

14 lines
219 B
C

#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