Message ID | 20220203135727.2374052-2-o.rempel@pengutronix.de (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | counter: push event on every pulse | expand |
diff --git a/include/uapi/linux/counter.h b/include/uapi/linux/counter.h index d0aa95aeff7b..96c5ffd368ad 100644 --- a/include/uapi/linux/counter.h +++ b/include/uapi/linux/counter.h @@ -61,6 +61,8 @@ enum counter_event_type { COUNTER_EVENT_THRESHOLD, /* Index signal detected */ COUNTER_EVENT_INDEX, + /* State of counter is changed */ + COUNTER_EVENT_CHANGE_OF_STATE, }; /**
Add new counter event to notify user space about every new counter pulse. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- include/uapi/linux/counter.h | 2 ++ 1 file changed, 2 insertions(+)