whats the preferred macro/method for discovering if we are on a big or little-endian system from within driver code?
there are some details of the Hammerfall-DSP that need to be done differently depending on which system we're on, and using a single architecture type (__powerpc__ etc.) isn't right. --p