summaryrefslogtreecommitdiff
path: root/chip/ish/power_mgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/power_mgt.h')
-rw-r--r--chip/ish/power_mgt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/ish/power_mgt.h b/chip/ish/power_mgt.h
index 851529ffb1..a7a702018f 100644
--- a/chip/ish/power_mgt.h
+++ b/chip/ish/power_mgt.h
@@ -6,11 +6,11 @@
#ifndef __CROS_EC_POWER_MGT_H
#define __CROS_EC_POWER_MGT_H
-#include <stdnoreturn.h>
-
#include "common.h"
#include "registers.h"
+#include <stdnoreturn.h>
+
extern void uart_port_restore(void);
extern void uart_to_idle(void);
extern void clear_fabric_error(void);