UCHAR
READ_PORT_UCHAR(
IN PUCHAR Port
);
READ_PORT_UCHAR reads a byte from the specified port address.
READ_PORT_UCHAR returns the byte read from the specified port address.
Callers of READ_PORT_UCHAR can be running at any IRQL, assuming the Port is resident, mapped device memory.