Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ppc32/include/libarch/types.h

    raebcd42 rfbf4dc1  
    3636#define LIBC_ppc32_TYPES_H_
    3737
     38#include <libarch/common.h>
     39#include <libarch/stddef.h>
     40#include <libarch/stdint.h>
     41
    3842#define __32_BITS__
    39 
    40 #include <libarch/common.h>
    41 
    42 #define SIZE_MIN  UINT32_MIN
    43 #define SIZE_MAX  UINT32_MAX
    4443
    4544#define SSIZE_MIN  INT32_MIN
     
    5049
    5150typedef int32_t ssize_t;
    52 typedef uint32_t size_t;
    5351
    54 typedef uint32_t uintptr_t;
    55 typedef int32_t intptr_t;
    5652typedef uint32_t atomic_count_t;
    5753typedef int32_t atomic_signed_t;
Note: See TracChangeset for help on using the changeset viewer.