#define __noreturn
Identify a function that will never return.
Definition cdefs.h:45
void arch_exec(const void *image, uint32 length) __noreturn
Replace the currently running binary at the default address.
void arch_exec_at(const void *image, uint32 length, uint32 address) __noreturn
Replace the currently running binary.
unsigned long uint32
32-bit unsigned integer
Definition types.h:33