comparison src/cs/drivers/drv_app/r2d/r2d_independance_layer.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
1 #ifndef __INDEPENDANCE_H_
2 #define __INDEPENDANCE_H_
3
4 #define R2D_FREE(p) rvf_free_buf((void*)(p))
5 #define R2D_MALLOC(id,t,s,p) rvf_get_buf(id, s, (T_RVF_BUFFER**)&p)
6 #endif
7