Update doxygen comments for AllocateSystemInterrupt and IOAPIC lookup routines
All checks were successful
Builds / ExectOS (i686, release) (push) Successful in 31s
Builds / ExectOS (i686, debug) (push) Successful in 43s
Builds / ExectOS (amd64, release) (push) Successful in 34s
Builds / ExectOS (amd64, debug) (push) Successful in 45s

This commit is contained in:
2026-05-18 20:14:46 +02:00
parent 7a18a2602f
commit 24c9ae321c

View File

@@ -13,13 +13,16 @@
/** /**
* Allocates, maps and commits a requested system interrupt level internally. * Allocates, maps and commits a requested system interrupt level internally.
* *
* @param Irq
* Supplies the hardware IRQ line number to be allocated and mapped.
*
* @param RunLevel * @param RunLevel
* Supplies the actual system run level to allocate. * Supplies the actual system run level to allocate.
* *
* @param Vector * @param Vector
* Supplies the interrupt handler vector assigned to process requests originating on the line. * Supplies the interrupt handler vector assigned to process requests originating on the line.
* *
* @return This routine returns the configured target vector. * @return This routine does not return any value.
* *
* @since XT 1.0 * @since XT 1.0
*/ */
@@ -136,7 +139,7 @@ HL::Pic::ClearApicErrors(VOID)
/** /**
* Searches the ACPI MADT tables for the I/O APIC controllers. * Searches the ACPI MADT tables for the I/O APIC controllers.
* *
* @return This routine returns the status code. * @return This routine returns a status code indicating the success or failure of the operation.
* *
* @since XT 1.0 * @since XT 1.0
*/ */
@@ -264,7 +267,7 @@ HL::Pic::GetCpuApicId(VOID)
* @param EntryNumber * @param EntryNumber
* Supplies a pointer to the memory area where the entry number will be stored. * Supplies a pointer to the memory area where the entry number will be stored.
* *
* @return This routine returns the status code. * @return This routine returns a status code indicating the success or failure of the operation.
* *
* @since XT 1.0 * @since XT 1.0
*/ */