Changes between Version 1 and Version 2 of Ticket #358, comment 2
- Timestamp:
- 2012-02-23T15:57:19Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #358, comment 2
v1 v2 4 4 5 5 // 6 // This IRQ pseudocode assumes the address of what will later be defined as my_device on // its input.6 // This IRQ pseudocode assumes the address of what will later be defined as my_device on its input during compile-time. 7 7 // 8 8 code(device my_device) { … … 22 22 } 23 23 24 // 25 // The IRQ claim routine, executed to determine whether the interrupt is for 26 // our device and possibly to do some necessary work. 27 // 24 28 claim { 25 29 uint8 data; // limited number of variables as user-friendly names for the underlying irq->notif_cfg.scratch