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:
parent
c9a4bd47a7
commit
96571a8c40
44 changed files with 295 additions and 295 deletions
|
@ -45,7 +45,7 @@ extern "C" {
|
|||
#define CONFIG_X86 1
|
||||
#define CONFIG_PRINTK 1
|
||||
struct esf;
|
||||
typedef struct esf NANO_ESF;
|
||||
typedef struct esf z_arch_esf_t;
|
||||
#endif
|
||||
|
||||
#include <sys/printk.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue