FreeCalypso > hg > tcs211-c139
view chipsetsw/drivers/drv_app/r2d/r2d_independance_layer.h @ 1:8e105ee3cde3
TMFFS protocol changed from TMFFS1 to TMFFS2
so one can use fc-fsio with this firmware
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:28:54 +0000 |
parents | 509db1a7b7b8 |
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