Various common macros used throughout the codebase.
static uint32_t("Please see purupuru_effect_t for modern equivalent.") PURUPURU_EFFECT2_UINTENSITY(uint8_t x)
Definition purupuru.h:96
#define __noreturn
Identify a function that will never return.
Definition cdefs.h:49
void arch_exec_at(const void *image, uint32_t length, uint32_t address) __noreturn
Replace the currently running binary.
void arch_exec(const void *image, uint32_t length) __noreturn
Replace the currently running binary at the default address.