comparison nuc-fw/riviera/rvf/rvf_time.c @ 120:e7d4ec9c4c32

All of RVF compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:17:12 +0000
parents 21de8d8e6ea7
children 5fe5559003b7
comparison
equal deleted inserted replaced
119:dd56546ad9e0 120:e7d4ec9c4c32
16 /* Author David Lamy-Charrier (dlamy@tif.ti.com) */ 16 /* Author David Lamy-Charrier (dlamy@tif.ti.com) */
17 /* */ 17 /* */
18 /* (C) Copyright 1999 by Texas Instruments Incorporated, All Rights Reserved*/ 18 /* (C) Copyright 1999 by Texas Instruments Incorporated, All Rights Reserved*/
19 /****************************************************************************/ 19 /****************************************************************************/
20 20
21 #include "nucleus.h" 21 #include "../../include/config.h"
22 22
23 #include "rvm/rvm_use_id_list.h" 23 #include "../rvm/rvm_use_id_list.h"
24 #include "rvm/rvm_i.h" // only for MBs [coupling issue] 24 #include "../rvm/rvm_i.h" // only for MBs [coupling issue]
25 #include "rvm/rvm_api.h"// MSG [coupling issue] 25 #include "../rvm/rvm_api.h" // MSG [coupling issue]
26 #include "rvf/rvf_i.h" 26 #include "rvf_i.h"
27 #include "rvf/rvf_api.h" 27 #include "rvf_api.h"
28
29 #include "../../nucleus/nucleus.h"
30
28 #include <string.h> 31 #include <string.h>
29 32
30 33
31 34
32 /* 35 /*
610 } 613 }
611 else 614 else
612 { return NULL; 615 { return NULL;
613 } 616 }
614 } 617 }
615
616
617
618
619
620
621
622
623