Ignore:
Timestamp:
2019-04-06T06:55:42Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd67c9f
Parents:
29beac8
Message:

Do not send EOI to pic1 for the first 8 IRQs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/arch/interrupt.h

    r29beac8 ref56a43  
    9090extern void (*disable_irqs_function)(uint16_t);
    9191extern void (*enable_irqs_function)(uint16_t);
    92 extern void (*eoi_function)(void);
     92extern void (*eoi_function)(unsigned int);
    9393extern const char *irqs_info;
    9494
Note: See TracChangeset for help on using the changeset viewer.