1 #ifndef EBOOT_COMMAND_H 
    2 #define EBOOT_COMMAND_H 
   10 #define RTC_MEM ((volatile uint32_t*)0x60001200) 
   13     ACTION_COPY_RAW = 0x00000001,
 
   14     ACTION_LOAD_APP = 0xffffffff
 
   17 #define EBOOT_MAGIC      0xeb001000 
   18 #define EBOOT_MAGIC_MASK 0xfffff000 
   30 void eboot_command_clear();
 
   36 #endif //EBOOT_COMMAND_H 
uint32_t args[29]
Definition: eboot_command.h:23
 
enum action_t action
Definition: eboot_command.h:22
 
Definition: eboot_command.h:20
 
uint32_t crc32
Definition: eboot_command.h:24
 
uint32_t magic
Definition: eboot_command.h:21