Let's assume that i have PCI device plugged to linux host.
In system that device is seen in sys pseudofs and i have:
/sys/bus/pci/devices/0001:03:00.0/resource0
file used for userspace access to pci memory bar0 of the device.
My question is what is the byte endiannes of this memory (little/big)?