summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/chipset.h b/include/chipset.h
index 952c243663..0237767fbf 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -14,6 +14,7 @@
#define __CROS_EC_CHIPSET_H
#include "common.h"
+#include "gpio.h"
/*
* Chipset state mask
@@ -95,8 +96,7 @@ static inline void chipset_exit_hard_off(void) { }
static inline void chipset_throttle_cpu(int throttle) { }
static inline void chipset_force_shutdown(void) { }
static inline void chipset_reset(int cold_reset) { }
-
-#define power_interrupt NULL
+static inline void power_interrupt(enum gpio_signal signal) { }
#endif /* !HAS_TASK_CHIPSET */