Initial commit
This commit is contained in:
13
channel/channelapp/source/update.h
Normal file
13
channel/channelapp/source/update.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user