diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/console/post_codes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index 1d12e5ad3f..c716b7251f 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -134,6 +134,13 @@ #define POST_DEVICES_ENABLED 0x89 /** + * \brief Devices have been initialized + * + * Devices have been initialized. + */ +#define POST_DEVICES_INITIALIZED 0x8a + +/** * \brief Entry into elf boot * * This POST code is called right before invoking jmp_to_elf_entry() |