21#ifndef SYSCALLS_COMMON_H
22#define SYSCALLS_COMMON_H
Common helper macros for ESP SoCs.
void syscalls_init(void)
Necessary initializations of system call functions.
void * system_secure_memset(void *s, int c, size_t n)
memset version that the compiler should not be allowed to optimize this
uint32_t system_get_time_ms(void)
Time since boot in ms (32bit version)
uint32_t system_get_time(void)
Time since boot in us (32bit version)
unsigned int get_free_heap_size(void)
Determine free heap size.