diff options
Diffstat (limited to 'include/linux/mfd/tps80031.h')
-rw-r--r-- | include/linux/mfd/tps80031.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h index f6435611580b..120a77aca899 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -86,7 +86,16 @@ enum { TPS80031_INT_LINCH_GATED, /* Last interrupt id to get the end number */ - TPS80031_INT_END, + TPS80031_INT_NR, +}; + +enum TPS80031_GPIO { + TPS80031_GPIO_REGEN1, + TPS80031_GPIO_REGEN2, + TPS80031_GPIO_SYSEN, + + /* Last entry */ + TPS80031_GPIO_NR, }; enum { |