VOID
InbvPortPutByte(
IN ULONG BlFileId,
IN UCHAR Output
);
Routine Description:
Write a byte to the port.
Arguments:
BlFileId - The port to write to.
Output - Supplies the output data byte.
Return Value:
None.