summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/system.h b/include/system.h
index c7884199e1..ed811e9626 100644
--- a/include/system.h
+++ b/include/system.h
@@ -8,6 +8,8 @@
#ifndef __CROS_EC_SYSTEM_H
#define __CROS_EC_SYSTEM_H
+#include <stdnoreturn.h>
+
#include "atomic.h"
#include "common.h"
#include "compile_time_macros.h"
@@ -15,8 +17,6 @@
#include "ec_commands.h"
#include "timer.h"
-#include <stdnoreturn.h>
-
#ifdef CONFIG_ZEPHYR
#ifdef CONFIG_CPU_CORTEX_M
/*
@@ -214,7 +214,7 @@ int system_jumped_late(void);
* This may ONLY be called from within a HOOK_SYSJUMP handler.
*
* @param tag Data type
- * @param size Size of data; must be less than JUMP_TAG_MAX_SIZE bytes.
+ * @param size Size of data; must be less than 255 bytes.
* @param version Data version, so that tag data can evolve as firmware
* is updated.
* @param data Pointer to data to save