1 2 3 4 5 6 7 8 9
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef CYAN_ONBOARD_H #define CYAN_ONBOARD_H /* Write protect active high. */ #define WP_GPIO GP_E_22 #endif