comparison chipsetsw/drivers/drv_app/r2d/r2d_independance_layer.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
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