OSDN Git Service

Check in released NDK version r4.
[android-x86/prebuilt.git] / ndk / android-ndk-r4 / linux / platforms / android-4 / arch-arm / usr / include / machine / internal_types.h
1 /* $OpenBSD: internal_types.h,v 1.2 2004/05/06 15:53:39 drahn Exp $ */
2 /* Public domain */
3 #ifndef _ARM_INTERNAL_TYPES_H_
4 #define _ARM_INTERNAL_TYPES_H_
5
6 #ifdef __CHAR_UNSIGNED__
7 #define __machine_has_unsigned_chars
8 #endif
9
10 #endif