diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-11-07 00:12:25 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-11-11 13:28:41 +0000 |
commit | 4b6ad4efe3d64c7e14136f1f62a3c71dac80c4fd (patch) | |
tree | c793de5a05b9ec3101be6bdfa4c2ddf10054c697 /src/mainboard/samsung/stumpy/onboard.h | |
parent | 51df45f0f965768b04a21c581e94511b77df3056 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/samsung/stumpy/onboard.h b/src/mainboard/samsung/stumpy/onboard.h index 602d456636..b89c20c18c 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 |