[BACK]Return to internal_types.h CVS log [TXT][DIR] Up to [local] / sys / arch / arm / include

Annotation of sys/arch/arm/include/internal_types.h, Revision 1.1.1.1

1.1       nbrk        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

CVSweb