comparison chipsetsw/drivers/drv_app/ffs/ffs_api.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
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
21 #ifdef _WINDOWS
22 #include "ffs/pc/ffs_pc_api.h"
23 #else
24 #include "ffs/ffs.h"
25 #endif
26
27
28 /******************************************************************************
29 * Types
30 ******************************************************************************/
31
32 #define FFS_OBJECT_TYPE T_FFS_OBJECT_TYPE
33
34 #endif