C MIP-SDK
byteswap_utilities.h
Go to the documentation of this file.
00001 
00002 //
00006 //
00008 //
00009 // External dependencies:
00010 //
00011 //  mip_types.h
00012 // 
00014 //
00017 //
00027 //
00029 
00030 #ifndef _UTILITIES_H
00031 #define _UTILITIES_H
00032 
00033    
00035 //
00036 //Include Files
00037 //
00039 
00040 #include "mip_types.h"
00041 
00043 //
00044 // Defines
00045 //
00048 
00049 
00051 //
00052 // Structures
00053 //
00055 
00056 
00058 //
00059 // Function Prototypes
00060 //
00062 
00063 void byteswap(void *in, void *out, u16 size);
00064 void byteswap_inplace(void *data, u16 size);
00065 
00066 
00067 #endif
 All Data Structures Files Functions Defines