Commit 73799a88 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Greg Kroah-Hartman
parent 4da08477
...@@ -61,6 +61,8 @@ enum counter_event_type { ...@@ -61,6 +61,8 @@ enum counter_event_type {
COUNTER_EVENT_THRESHOLD, COUNTER_EVENT_THRESHOLD,
/* Index signal detected */ /* Index signal detected */
COUNTER_EVENT_INDEX, COUNTER_EVENT_INDEX,
/* State of counter is changed */
COUNTER_EVENT_CHANGE_OF_STATE,
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment