JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XTENSA_BYTEORDER_H #define _XTENSA_BYTEORDER_H #ifdef __XTENSA_EL__ #include #elif defined(__XTENSA_EB__) #include #else # error processor byte order undefined! #endif #endif /* _XTENSA_BYTEORDER_H */