| os_types.h | | os_types.h | |
| | | | |
| skipping to change at line 35 | | skipping to change at line 35 | |
| */ | | */ | |
| | | | |
| /* Set type sizes for this platform (Requires Autoconf) */ | | /* Set type sizes for this platform (Requires Autoconf) */ | |
| | | | |
| #ifndef __OS_TYPES_H__ | | #ifndef __OS_TYPES_H__ | |
| #define __OS_TYPES_H__ | | #define __OS_TYPES_H__ | |
| | | | |
| typedef unsigned char uint_8; | | typedef unsigned char uint_8; | |
| typedef unsigned short uint_16; | | typedef unsigned short uint_16; | |
| typedef unsigned int uint_32; | | typedef unsigned int uint_32; | |
|
| typedef signed char sint_32; | | typedef signed char sint_8; | |
| typedef signed short sint_16; | | typedef signed short sint_16; | |
|
| typedef signed int sint_8; | | typedef signed int sint_32; | |
| | | | |
| #endif /* __OS_TYPES_H__ */ | | #endif /* __OS_TYPES_H__ */ | |
| | | | |
End of changes. 2 change blocks. |
| 2 lines changed or deleted | | 2 lines changed or added | |
|