#include <sys/time.h>
#include <stdlib.h>
#include <ee.h>
Go to the source code of this file.
Macros | |
#define | EC_DEBUG |
#define | EC_PRINT OSEE_PRINT |
#define | PACKED __attribute__((__packed__)) |
#define | PACKED_BEGIN |
#define | PACKED_END |
Functions | |
void | osal_free (void *ptr) |
int | osal_gettimeofday (struct timeval *tv, struct timezone *tz) |
void * | osal_malloc (size_t size) |
#define EC_DEBUG |
Definition at line 19 of file erika/osal_defs.h.
#define EC_PRINT OSEE_PRINT |
Definition at line 22 of file erika/osal_defs.h.
#define PACKED __attribute__((__packed__)) |
Definition at line 29 of file erika/osal_defs.h.
#define PACKED_BEGIN |
Definition at line 28 of file erika/osal_defs.h.
#define PACKED_END |
Definition at line 30 of file erika/osal_defs.h.
void osal_free | ( | void * | ptr | ) |
Definition at line 99 of file erika/osal.c.
int osal_gettimeofday | ( | struct timeval * | tv, |
struct timezone * | tz | ||
) |
Definition at line 28 of file erika/osal.c.
void* osal_malloc | ( | size_t | size | ) |
Definition at line 94 of file erika/osal.c.