kernel: rename NANO_ESF

This is now called z_arch_esf_t, conforming to our naming
convention.

This needs to remain a typedef due to how our offset generation
header mechanism works.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-07-16 15:21:19 -07:00 committed by Andrew Boie
commit 96571a8c40
44 changed files with 295 additions and 295 deletions

View file

@ -38,7 +38,7 @@ z_set_thread_return_value(struct k_thread *thread, unsigned int value)
}
FUNC_NORETURN void z_riscv32_fatal_error(unsigned int reason,
const NANO_ESF *esf);
const z_arch_esf_t *esf);
#define z_is_in_isr() (_kernel.nested != 0U)