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 64a0f23..81d7a79 100644
--- a/include/timestamp.h
+++ b/include/timestamp.h
@@ -17,7 +17,9 @@ struct timestamp {
17 uint32_t seq_no; 17 uint32_t seq_no;
18 uint8_t cpu; 18 uint8_t cpu;
19 uint8_t event; 19 uint8_t event;
20 uint8_t task_type; 20 uint8_t task_type:3;
21 uint8_t irq_flag:1;
22 uint8_t irq_count:4;
21}; 23};
22 24
23typedef uint32_t cmd_t; 25typedef uint32_t cmd_t;