Home | History | Annotate | Download | only in machine
      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
     11