Jump to content

KernEOI: Difference between revisions

From EDM2
Created page with "It sends the EOI to the PIC/APIC. ==Synopsis== APIRET APIENTRY KernEOI(uint32_t IRQlevel); ==Parameters== ; IRQlevel : Interrupt level number. Category:OS4KEE"
 
No edit summary
 
Line 1: Line 1:
It sends the EOI to the PIC/APIC.
It sends the EOI to the PIC/APIC.


==Synopsis==
==Syntax==
  APIRET APIENTRY KernEOI(uint32_t IRQlevel);
  APIRET APIENTRY KernEOI(uint32_t IRQlevel);



Latest revision as of 17:27, 4 December 2017

It sends the EOI to the PIC/APIC.

Syntax

APIRET APIENTRY KernEOI(uint32_t IRQlevel);

Parameters

IRQlevel
Interrupt level number.