Revert incorrect change of LIBISO_MSGS_PRIO_TOP.
This commit is contained in:
parent
9cd29fa47f
commit
d00b66ecf2
@ -34,7 +34,6 @@
|
|||||||
* = 0x1 -> LOW
|
* = 0x1 -> LOW
|
||||||
* = 0x2 -> MEDIUM
|
* = 0x2 -> MEDIUM
|
||||||
* = 0x3 -> HIGH
|
* = 0x3 -> HIGH
|
||||||
* = 0x7 -> TOP
|
|
||||||
* bits 19-16 -> Reserved for future usage (maybe message ranges)
|
* bits 19-16 -> Reserved for future usage (maybe message ranges)
|
||||||
* bits 15-0 -> Error code
|
* bits 15-0 -> Error code
|
||||||
*/
|
*/
|
||||||
@ -52,8 +51,8 @@
|
|||||||
*/
|
*/
|
||||||
#define ISO_NONE 0
|
#define ISO_NONE 0
|
||||||
|
|
||||||
/** Operation canceled (ERROR,TOP, -1) */
|
/** Operation canceled (ERROR,HIGH, -1) */
|
||||||
#define ISO_CANCELED 0xEA70FFFF
|
#define ISO_CANCELED 0xEA30FFFF
|
||||||
|
|
||||||
/** Unknown or unexpected fatal error (FATAL,HIGH, -2) */
|
/** Unknown or unexpected fatal error (FATAL,HIGH, -2) */
|
||||||
#define ISO_FATAL_ERROR 0xF030FFFE
|
#define ISO_FATAL_ERROR 0xF030FFFE
|
||||||
|
@ -172,7 +172,7 @@ struct libiso_msgs_item;
|
|||||||
#define LIBISO_MSGS_PRIO_LOW 0x10000000
|
#define LIBISO_MSGS_PRIO_LOW 0x10000000
|
||||||
#define LIBISO_MSGS_PRIO_MEDIUM 0x20000000
|
#define LIBISO_MSGS_PRIO_MEDIUM 0x20000000
|
||||||
#define LIBISO_MSGS_PRIO_HIGH 0x30000000
|
#define LIBISO_MSGS_PRIO_HIGH 0x30000000
|
||||||
#define LIBISO_MSGS_PRIO_TOP 0x70000000
|
#define LIBISO_MSGS_PRIO_TOP 0x7ffffffe
|
||||||
|
|
||||||
/* Do not use this priority for submitting */
|
/* Do not use this priority for submitting */
|
||||||
#define LIBISO_MSGS_PRIO_NEVER 0x7fffffff
|
#define LIBISO_MSGS_PRIO_NEVER 0x7fffffff
|
||||||
|
Loading…
Reference in New Issue
Block a user