Changes in / [21d8020:5048be7] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ddi/irq.h

    r21d8020 r5048be7  
    3737
    3838typedef enum {
    39         /** Read 1 byte from the I/O space. */
    4039        CMD_PIO_READ_8 = 1,
    41         /** Read 2 bytes from the I/O space. */
    4240        CMD_PIO_READ_16,
    43         /** Read 4 bytes from the I/O space. */
    4441        CMD_PIO_READ_32,
    45         /** Write 1 byte to the I/O space. */
    4642        CMD_PIO_WRITE_8,
    47         /** Write 2 bytes to the I/O space. */
    4843        CMD_PIO_WRITE_16,
    49         /** Write 4 bytes to the I/O space. */
    5044        CMD_PIO_WRITE_32,
    51         /**
    52          * Perform a bit test on the source argument and store the result into
    53          * the destination argument.
    54          */
    5545        CMD_BTEST,
    56         /**
    57          * Predicate the execution of the following N commands by the boolean
    58          * value of the source argument.
    59          */
    6046        CMD_PREDICATE,
    61         /** Accept the interrupt. */
    6247        CMD_ACCEPT,
    63         /** Decline the interrupt. */
    6448        CMD_DECLINE,
    6549        CMD_LAST
Note: See TracChangeset for help on using the changeset viewer.