Skip to content
Snippets Groups Projects
Commit 2441ef3b authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Federico Vaga
Browse files

trivial: add a LOST_TRIGGER alarm flag


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent c3fdd367
Branches
Tags
No related merge requests found
......@@ -83,6 +83,7 @@ struct zio_tlv {
* group is defined here, the latter group is driver-specific.
*/
#define ZIO_ALARM_LOST_BLOCK (1 << 0) /* It happened */
#define ZIO_ALARM_LOST_TRIGGER (1 << 1) /* Same, cset-wide */
/*
* The following data item is the control structure that is being exchanged
......
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