aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/ee/api/priority.idt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/nmf-cm/ee/api/priority.idt')
-rw-r--r--drivers/staging/nmf-cm/ee/api/priority.idt24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/staging/nmf-cm/ee/api/priority.idt b/drivers/staging/nmf-cm/ee/api/priority.idt
new file mode 100644
index 00000000000..a276ba57727
--- /dev/null
+++ b/drivers/staging/nmf-cm/ee/api/priority.idt
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) ST-Ericsson SA 2010. All rights reserved.
+ * This code is ST-Ericsson proprietary and confidential.
+ * Any use of the code for whatever purpose is subject to
+ * specific written permission of ST-Ericsson SA.
+ */
+
+#ifndef PRIORITY_IDT
+#define PRIORITY_IDT
+
+/**
+ * 0 : background
+ * 1 : normal
+ * 2 : urgent
+ * 3 :
+ * 4 : CScall
+ * 5 : CScall
+ * 6 : IO (not linked with priority ordering)
+ */
+#define MAX_SCHEDULER_PRIORITY_NUMBER 7
+#define MAX_SCHEDULER_SUBPRIORITY_NUMBER 4
+
+#endif
+