Go to the documentation of this file.
23 #ifndef __SEQ_OSS_EVENT_H
24 #define __SEQ_OSS_EVENT_H
28 #define SHORT_EVENT_SIZE 4
29 #define LONG_EVENT_SIZE 8
104 #define ev_is_long(ev) ((ev)->s.code >= 128)
105 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE)