summaryrefslogtreecommitdiff
path: root/zephyr/test/system_common/src/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_common/src/reboot.c')
-rw-r--r--zephyr/test/system_common/src/reboot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/system_common/src/reboot.c b/zephyr/test/system_common/src/reboot.c
index 18b5f0fd38..759b93d89f 100644
--- a/zephyr/test/system_common/src/reboot.c
+++ b/zephyr/test/system_common/src/reboot.c
@@ -3,14 +3,14 @@
* found in the LICENSE file.
*/
-#include "host_command.h"
-#include "system.h"
-
#include <zephyr/device.h>
#include <zephyr/fff.h>
#include <zephyr/ztest_assert.h>
#include <zephyr/ztest_test_new.h>
+#include "host_command.h"
+#include "system.h"
+
FAKE_VOID_FUNC(system_reset, int);
FAKE_VOID_FUNC(system_hibernate, uint32_t, uint32_t);