Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/types.h

    r96b02eb9 r5587cf7  
    5050typedef uint32_t ipl_t;
    5151
    52 typedef uint32_t sysarg_t;
     52typedef uint32_t unative_t;
    5353typedef int32_t native_t;
    5454typedef uint32_t atomic_count_t;
     
    6161
    6262#define PRIdn  PRId32  /**< Format for native_t. */
    63 #define PRIun  PRIu32  /**< Format for sysarg_t. */
    64 #define PRIxn  PRIx32  /**< Format for hexadecimal sysarg_t. */
     63#define PRIun  PRIu32  /**< Format for unative_t. */
     64#define PRIxn  PRIx32  /**< Format for hexadecimal unative_t. */
    6565#define PRIua  PRIu32  /**< Format for atomic_count_t. */
    6666
Note: See TracChangeset for help on using the changeset viewer.