summaryrefslogtreecommitdiffstats
path: root/libopenbmc_intf/power_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopenbmc_intf/power_gpio.h')
-rw-r--r--libopenbmc_intf/power_gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenbmc_intf/power_gpio.h b/libopenbmc_intf/power_gpio.h
index f36a722..77e1c9c 100644
--- a/libopenbmc_intf/power_gpio.h
+++ b/libopenbmc_intf/power_gpio.h
@@ -23,6 +23,8 @@
#include "gpio.h"
typedef struct PowerGpio {
+ /* Optional active high pin enabling writes to latched power_up pins. */
+ GPIO latch_out; /* NULL name if not used. */
/* Active high pin that is asserted following successful host power up. */
GPIO power_good_in;
/* Selectable polarity pins enabling host power rails. */
OpenPOWER on IntegriCloud