summaryrefslogtreecommitdiff
path: root/chip/host/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/reboot.h')
-rw-r--r--chip/host/reboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/host/reboot.h b/chip/host/reboot.h
index e391866497..113569bb9b 100644
--- a/chip/host/reboot.h
+++ b/chip/host/reboot.h
@@ -8,6 +8,7 @@
#ifndef __CROS_EC_REBOOT_H
#define __CROS_EC_REBOOT_H
+__attribute__((noreturn))
void emulator_reboot(void);
#endif