FreeCalypso > hg > freecalypso-sw
diff gsm-fw/bsp/rtc/rtc_env.c @ 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_env.c Sun Nov 17 22:10:10 2013 +0000 +++ b/gsm-fw/bsp/rtc/rtc_env.c Sun Nov 17 22:52:52 2013 +0000 @@ -1,27 +1,27 @@ -/********************************************************************************/ -/* */ -/* File Name: rtc_env.c */ -/* */ -/* Purpose: This file contains routines that will be called in order */ -/* to: */ -/* - notify the Riviera manager of the RTC's Memory */ -/* Banks requirements, */ -/* - initialize all the RTC's data structures, */ -/* */ -/* Note: None. */ -/* */ -/* Revision History: */ -/* 03/22/01 Laurent Sollier Create. */ -/* */ -/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ -/* */ -/********************************************************************************/ +/******************************************************************************/ +/* */ +/* File Name: rtc_env.c */ +/* */ +/* Purpose: This file contains routines that will be called in order */ +/* to: */ +/* - notify the Riviera manager of the RTC's Memory */ +/* Banks requirements, */ +/* - initialize all the RTC's data structures, */ +/* */ +/* Note: None. */ +/* */ +/* Revision History: */ +/* 03/22/01 Laurent Sollier Create. */ +/* */ +/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ +/* */ +/******************************************************************************/ -#include "rvm/rvm_priorities.h" -#include "rvm/rvm_use_id_list.h" -#include "rtc/rtc_env.h" -#include "rtc/rtc_i.h" -#include "rtc/rtc_api.h" +#include "../../riviera/rvm/rvm_priorities.h" +#include "../../riviera/rvm/rvm_use_id_list.h" +#include "rtc_env.h" +#include "rtc_i.h" +#include "rtc_api.h" #include <string.h> @@ -58,7 +58,7 @@ { /* SWE info */ swe_info->swe_type = RVM_SWE_TYPE_4; - swe_info->type_info.type4.swe_use_id = RTC_USE_ID; + swe_info->type_info.type4.swe_use_id = RTC_USE_ID; memcpy( swe_info->type_info.type4.swe_name, "RTC", sizeof("RTC") ); swe_info->type_info.type4.stack_size = RTC_STACK_SIZE; @@ -209,4 +209,4 @@ rvf_free_buf ((void *) rtc_env_ctrl_blk); return RV_OK; -} \ No newline at end of file +}