Select Git revision
api_common.h
Forked from
card10 / firmware
1811 commits behind the upstream repository.
ch3 authored
api_common.h 184 B
#include <stdint.h>
#define API_CALL_SEMA 0
struct api_call
{
uint32_t id;
uint8_t returning;
unsigned char buf[1];
};
static struct api_call **ApiCallSpace = (void*)0x20080001;