FreeCalypso > hg > fc-tourmaline
view src/cs/drivers/drv_app/r2d/r2d_independance_layer.h @ 296:a927f030a4e0
add AT@VIBR and AT@VIBS commands for testing VIBR SWE
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Mar 2022 00:43:11 +0000 |
parents | 4e78acac3d88 |
children |
line wrap: on
line source
#ifndef __INDEPENDANCE_H_ #define __INDEPENDANCE_H_ #define R2D_FREE(p) rvf_free_buf((void*)(p)) #define R2D_MALLOC(id,t,s,p) rvf_get_buf(id, s, (T_RVF_BUFFER**)&p) #endif