comparison nuc-fw/riviera/rvf/rvf_env.h @ 119:dd56546ad9e0

starting to compile RVF
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 30 Oct 2013 23:19:21 +0000
parents 21de8d8e6ea7
children
comparison
equal deleted inserted replaced
118:21de8d8e6ea7 119:dd56546ad9e0
16 /****************************************************************************/ 16 /****************************************************************************/
17 17
18 #ifndef _RVF_ENV_H 18 #ifndef _RVF_ENV_H
19 #define _RVF_ENV_H 19 #define _RVF_ENV_H
20 20
21 #include "rvf/rvf_api.h" 21 #include "rvf_api.h"
22 22
23 23
24 24
25 25
26 /* return the size of the available memory in bytes */ 26 /* return the size of the available memory in bytes */
41 41
42 42
43 43
44 44
45 #endif /* _RVF_ENV_H */ 45 #endif /* _RVF_ENV_H */
46