diff gsm-fw/services/dar/dar_gen.h @ 306:81bee6125882

DAR integration: header cleanup
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 16 Mar 2014 06:50:26 +0000
parents 4dccc9d3305f
children
line wrap: on
line diff
--- a/gsm-fw/services/dar/dar_gen.h	Sun Mar 16 05:48:58 2014 +0000
+++ b/gsm-fw/services/dar/dar_gen.h	Sun Mar 16 06:50:26 2014 +0000
@@ -1,23 +1,23 @@
-/********************************************************************************/
-/*                                                                              */
-/*    File Name:   dar_gen.h                                                    */
-/*                                                                              */
-/*    Purpose:     This file contain general definitions of DAR Module.         */
-/*                                                                              */
-/*    Note:                                                                     */
-/*        None.                                                                 */
-/*                                                                              */
-/*    Revision History:                                                         */
-/*       9 October 2001      Stephanie Gerthoux        Create                   */
-/*                                                                              */
-/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved.   */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/*    File Name:   dar_gen.h                                                  */
+/*                                                                            */
+/*    Purpose:     This file contain general definitions of DAR Module.       */
+/*                                                                            */
+/*    Note:                                                                   */
+/*        None.                                                               */
+/*                                                                            */
+/*    Revision History:                                                       */
+/*       9 October 2001      Stephanie Gerthoux        Create                 */
+/*                                                                            */
+/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved. */
+/*                                                                            */
+/******************************************************************************/
 
 #ifndef __DAR_GEN_H__
 #define __DAR_GEN_H__
 
-   #include "rv/general.h"
+   #include "../../riviera/rv/general.h"
 
 
    /**** Type definitions ****/
@@ -41,4 +41,4 @@
    /** DAR Level Default definition **/
    #define DAR_LEVEL_DEFAULT     (DAR_ERROR)
 
-#endif
\ No newline at end of file
+#endif