fix/kernel: Fixed issue with comments
This commit is contained in:
parent
71630b9fb0
commit
09de945b15
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ typedef struct acpi_madt_entry
|
||||||
/* Entry Type 0: Processor Local APIC */
|
/* Entry Type 0: Processor Local APIC */
|
||||||
typedef struct acpi_madt_lapic
|
typedef struct acpi_madt_lapic
|
||||||
{
|
{
|
||||||
uint8_t type; /* 0 */
|
uint8_t type;
|
||||||
uint8_t length;
|
uint8_t length;
|
||||||
uint8_t acpi_proc_id; /* ACPI Processor ID */
|
uint8_t acpi_proc_id; /* ACPI Processor ID */
|
||||||
uint8_t apic_id; /* APIC ID */
|
uint8_t apic_id; /* APIC ID */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue