comparison services/ffs/ffs_api.h @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
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