RTEMS CPU Kit with SuperCore
4.11.2
|
#include <stdint.h>
#include <sys/time.h>
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) |