Add ring indicator field to CPPORT structure
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 46s
Builds / ExectOS (amd64, debug) (push) Successful in 48s
Builds / ExectOS (i686, release) (push) Successful in 42s
Builds / ExectOS (i686, debug) (push) Successful in 43s

This commit is contained in:
2025-08-05 23:25:30 +02:00
committed by CodingWorkshop Signing Team
parent aff069dd1a
commit 9badf36ce0

View File

@@ -357,12 +357,13 @@ typedef struct _ACPI_TIMER_INFO
ULONG MsbMask;
} ACPI_TIMER_INFO, *PACPI_TIMER_INFO;
/* Serial (COM) port initial state */
/* Serial (COM) port state */
typedef struct _CPPORT
{
PUCHAR Address;
ULONG Baud;
USHORT Flags;
UCHAR Ring;
} CPPORT, *PCPPORT;
/* HAL framebuffer data structure */