summaryrefslogtreecommitdiffstats
path: root/src/mainboard/samsung/stumpy/onboard.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-07 00:12:25 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-11 13:28:41 +0000
commit4b6ad4efe3d64c7e14136f1f62a3c71dac80c4fd (patch)
treec793de5a05b9ec3101be6bdfa4c2ddf10054c697 /src/mainboard/samsung/stumpy/onboard.h
parent51df45f0f965768b04a21c581e94511b77df3056 (diff)
downloadcoreboot-4b6ad4efe3d64c7e14136f1f62a3c71dac80c4fd.tar.gz
coreboot-4b6ad4efe3d64c7e14136f1f62a3c71dac80c4fd.tar.bz2
coreboot-4b6ad4efe3d64c7e14136f1f62a3c71dac80c4fd.zip
samsung/lumpy,stumpy: Add get_power_switch()
Change-Id: I75c2e86e64943eb241db48482746317ed9ba47af Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59002 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
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