Ignore:
Timestamp:
Apr 5, 2015, 12:09:09 AM (9 years ago)
Author:
alain
Message:

Move the peripheral initialisation from the boot.c to the kernel_init.c

File:
1 edited

Legend:

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

    r528 r547  
    3131    ISR_MMC     = 10,
    3232    ISR_DMA     = 11,
    33     ISR_SPI     = 12,
     33    ISR_SDC     = 12,
    3434    ISR_MWR     = 13,
    3535    ISR_HBA     = 14,
     
    4747extern unsigned char _wti_alloc_two[X_SIZE][Y_SIZE][NB_PROCS_MAX];
    4848extern unsigned char _wti_alloc_ter[X_SIZE][Y_SIZE][NB_PROCS_MAX];
     49
     50// ISR type names
     51extern char* _isr_type_str[GIET_ISR_TYPE_MAX];
     52
     53// IRQ type names
     54extern char* _irq_type_str[3];
    4955
    5056///////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.