DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
include/informational.h
00001 
00002 #ifndef __ISP_UTILS_V4_MISC_INFORMATIONAL_H
00003 #define __ISP_UTILS_V4_MISC_INFORMATIONAL_H
00004 
00005 /* informational #defines that may or may not have any effect on the data type,
00006  * but serve as help for the programmer */
00007 
00008 /* Endianness reminders & markers.
00009  * And someday, when compiling for, say, PowerPC, it will map
00010  * to whatever native datatype typedefs that tell PowerPC what endiannes to use */
00011 #define _Little_Endian_
00012 #define _Big_Endian_
00013 #define _Mixed_Endian_
00014 
00015 #endif /* __ISP_UTILS_V4_MISC_INFORMATIONAL_H */
00016