openalbridge/endianness.h
changeset 2213 bd51bbf06033
parent 2212 6b5da1a2765a
child 2216 82e7da49c26a
equal deleted inserted replaced
2212:6b5da1a2765a 2213:bd51bbf06033
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
       
    19 #ifndef _OALB_ENDIANNESS_H
       
    20 #define _OALB_ENDIANNESS_H
       
    21 
    19 #include "globals.h"
    22 #include "globals.h"
    20 
    23 
    21 
    24 
    22 #ifdef __CPLUSPLUS
    25 #ifdef __CPLUSPLUS
    23 extern "C" {
    26 extern "C" {
    28 	int invert_endianness(int number);
    31 	int invert_endianness(int number);
    29 	
    32 	
    30 #ifdef __CPLUSPLUS
    33 #ifdef __CPLUSPLUS
    31 }
    34 }
    32 #endif
    35 #endif
       
    36 
       
    37 #endif /*_OALB_ENDIANNESS_H*/