summaryrefslogtreecommitdiffstats
path: root/src/mainboard/samsung/stumpy/onboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/samsung/stumpy/onboard.h')
-rw-r--r--src/mainboard/samsung/stumpy/onboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/samsung/stumpy/onboard.h b/src/mainboard/samsung/stumpy/onboard.h
index 602d456636a2..b89c20c18cb8 100644
--- a/src/mainboard/samsung/stumpy/onboard.h
+++ b/src/mainboard/samsung/stumpy/onboard.h
@@ -9,4 +9,6 @@
/* Write Protect: GPIO68 = CHP3_SPI_WP, active high */
#define GPIO_SPI_WP 68
+int get_power_switch(void);
+
#endif