comparison src/cs/drivers/drv_app/ffs/ffs_api.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
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