def read_u8()

in pci_lib/pci_lib.py [0:0]


def read_u8(data, offset):
    r, = struct.unpack('B', data[offset:offset + 1])
    return r