aboutsummaryrefslogtreecommitdiffstats
path: root/include/timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timestamp.h')
-rw-r--r--include/timestamp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/timestamp.h b/include/timestamp.h
index f3dd6b8..75ab79a 100644
--- a/include/timestamp.h
+++ b/include/timestamp.h
@@ -14,7 +14,9 @@ struct timestamp {
14 uint32_t seq_no; 14 uint32_t seq_no;
15 uint8_t cpu; 15 uint8_t cpu;
16 uint8_t event; 16 uint8_t event;
17 uint8_t task_type; 17 uint8_t task_type:2;
18 uint8_t irq_flag:1;
19 uint8_t irq_count:5;
18}; 20};
19 21
20typedef uint32_t cmd_t; 22typedef uint32_t cmd_t;