KernEOI: Difference between revisions
Appearance
	
	
|  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. | ||
| == | ==Syntax== | ||
|   APIRET APIENTRY KernEOI(uint32_t IRQlevel); |   APIRET APIENTRY KernEOI(uint32_t IRQlevel); | ||
Latest revision as of 16:27, 4 December 2017
It sends the EOI to the PIC/APIC.
Syntax
APIRET APIENTRY KernEOI(uint32_t IRQlevel);
Parameters
- IRQlevel
- Interrupt level number.