diff gsm-fw/bsp/rtc/rtc_i.h @ 160:dbfc9ff4e8d2

gsm-fw: starting to compile RTC code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 22:52:52 +0000
parents 3c42e6e5fc04
children
line wrap: on
line diff
--- a/gsm-fw/bsp/rtc/rtc_i.h	Sun Nov 17 22:10:10 2013 +0000
+++ b/gsm-fw/bsp/rtc/rtc_i.h	Sun Nov 17 22:52:52 2013 +0000
@@ -1,36 +1,36 @@
-/********************************************************************************/
-/*                                                                              */
-/*      File Name:   rtc_i.h                                                    */
-/*                                                                              */
-/*      Purpose:   This file contains the structures, constants and prototypes  */
-/*               dedicated to RTC.                                              */
-/*                                                                              */
-/*      Note:      None.                                                        */
-/*                                                                              */
-/*      Revision History:                                                       */
-/*      03/20/01   Laurent Sollier      Create.                                 */
-/*                                                                              */
-/*   (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved  */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/*    File Name:   rtc_i.h                                                    */
+/*                                                                            */
+/*    Purpose:   This file contains the structures, constants and prototypes  */
+/*               dedicated to RTC.                                            */
+/*                                                                            */
+/*    Note:      None.                                                        */
+/*                                                                            */
+/*    Revision History:                                                       */
+/*    03/20/01   Laurent Sollier      Create.                                 */
+/*                                                                            */
+/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved  */
+/*                                                                            */
+/******************************************************************************/
 
 #ifndef _RTC_I_H_
 #define _RTC_I_H_
 
-#include "rvm/rvm_gen.h"
-#include "rvf/rvf_api.h"
+#include "../../riviera/rvm/rvm_gen.h"
+#include "../../riviera/rvf/rvf_api.h"
 
-/********************************************************************************/
-/*                                                                              */
-/*   Define a structure used to store all the informations related to RTC's task*/
-/*   & MBs identifiers.                                                         */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/* Define a structure used to store all the informations related to RTC's task*/
+/* & MBs identifiers.                                                         */
+/*                                                                            */
+/******************************************************************************/
 
 typedef struct
 {
    T_RVF_MB_ID      prim_id;
-   T_RVF_ADDR_ID   addr_id;
+   T_RVF_ADDR_ID    addr_id;
    void*            msg_alarm_event;      
 } T_RTC_ENV_CTRL_BLK;