diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cpu/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cpu/irq.h b/include/cpu/irq.h index e244cc9..0fb7fbb 100644 --- a/include/cpu/irq.h +++ b/include/cpu/irq.h @@ -24,6 +24,7 @@ struct SysTimerInfo { unsigned long tick_rate; unsigned long priority; void* arg; + unsigned long oneshot; }; struct GPIOInfo { |