RTEMS CPU Kit with SuperCore  4.11.2
Macros | Typedefs
types.h File Reference
#include <stdint.h>
#include <sys/time.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __dontcare__   -1
 
#define TRUE   (1)
 
#define mem_alloc(bsize)   malloc(bsize)
 
#define mem_free(ptr, bsize)   free(ptr)
 

Typedefs

typedef int32_t bool_t
 
typedef int32_t enum_t
 
typedef uint32_t rpcprog_t
 
typedef uint32_t rpcvers_t
 
typedef uint32_t rpcproc_t
 
typedef uint32_t rpcprot_t
 
typedef uint32_t rpcport_t
 
typedef int32_t rpc_inline_t