Changes between Version 1 and Version 2 of Ticket #358, comment 2


Ignore:
Timestamp:
2012-02-23T15:57:19Z (12 years ago)
Author:
Jakub Jermář

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #358, comment 2

    v1 v2  
    44
    55//
    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.
    77//
    88code(device my_device) {
     
    2222    }
    2323
     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    //
    2428    claim {
    2529        uint8 data;  // limited number of variables as user-friendly names for the underlying irq->notif_cfg.scratch