Ignore:
Timestamp:
Mar 10, 2015, 3:01:43 PM (9 years ago)
Author:
alain
Message:

Introducing support for hardware coprocessors
using the vci_mwmr_dma components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/irq_handler.h

    r440 r519  
    1515
    1616////////////////////////////////////////////////////////////////////////////////
    17 // This enum must be kept consistent with the values defined in the
    18 // xml_driver.c and irq_handler.c files (for display)
     17// This enum must consistent with the values defined in
     18// xml_driver.c / irq_handler.c / mapping.py
    1919///////////////////////////////////////////////////////////////////////////////
    2020
     
    3434    ISR_DMA     = 11,
    3535    ISR_SPI     = 12,
     36    ISR_MWR     = 13,
    3637};
    3738
Note: See TracChangeset for help on using the changeset viewer.