Ignore:
File:
1 edited

Legend:

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

    r5b0cf63 r83dab11  
    8585#define VECTOR_SMP_CALL_IPI       (IVT_FREEBASE + 3)
    8686
    87 extern void (*disable_irqs_function)(uint16_t);
    88 extern void (*enable_irqs_function)(uint16_t);
    89 extern void (*eoi_function)(void);
     87extern void (* disable_irqs_function)(uint16_t);
     88extern void (* enable_irqs_function)(uint16_t);
     89extern void (* eoi_function)(void);
    9090extern const char *irqs_info;
    9191
Note: See TracChangeset for help on using the changeset viewer.