comparison gsm-fw/services/ffs/ffs_api.h @ 209:6f4a12b4582f

gsm-fw FFS: starting to integrate C code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 26 Dec 2013 03:59:59 +0000
parents
children
comparison
equal deleted inserted replaced
208:2abe6ade042d 209:6f4a12b4582f
1 /****************************************************************************/
2 /* */
3 /* File Name: ffs_api.h */
4 /* */
5 /* */
6 /* Version 0.1 */
7 /* */
8 /* Date Modification */
9 /* ------------------------------------ */
10 /* 28 January 2002 Create */
11 /* */
12 /* Author Stephanie Gerthoux */
13 /* */
14 /* (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved*/
15 /****************************************************************************/
16
17 #ifndef _FFS_API_H_
18 #define _FFS_API_H_
19
20 #include "ffs.h"
21
22 /******************************************************************************
23 * Types
24 ******************************************************************************/
25
26 #define FFS_OBJECT_TYPE T_FFS_OBJECT_TYPE
27
28 #endif