/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef STUMPY_ONBOARD_H
#define STUMPY_ONBOARD_H

/* Recovery: GPIO42 = CHP3_REC_MODE#, active low */
#define GPIO_REC_MODE	42

/* Write Protect: GPIO68 = CHP3_SPI_WP, active high */
#define GPIO_SPI_WP	68

int get_power_switch(void);

#endif