Add ME_WE gpio for all boards

This commit is contained in:
Jeremy Soller
2023-03-06 13:14:50 -07:00
parent 4a1e0a5aa8
commit 86f281b410
50 changed files with 51 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ extern struct Gpio __code LED_ACIN;
#define HAVE_LED_BAT_FULL 0
extern struct Gpio __code LED_PWR;
extern struct Gpio __code LID_SW_N;
extern struct Gpio __code ME_WE;
extern struct Gpio __code PCH_DPWROK_EC;
extern struct Gpio __code PCH_PWROK_EC;
extern struct Gpio __code PM_CLKRUN_N;