diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cs/drivers/drv_app/ffs/ffs_api.h	Fri Oct 16 06:23:26 2020 +0000
@@ -0,0 +1,34 @@
+/****************************************************************************/
+/*                                                                          */
+/*  File Name:  ffs_api.h                                                   */
+/*                                                                          */
+/*                                                                          */
+/*  Version   0.1                                                           */
+/*                                                                          */
+/*  Date                Modification                                        */
+/*  ------------------------------------                                    */
+/*  28 January   2002   Create                                              */
+/*                                                                          */
+/*  Author       Stephanie Gerthoux                                         */
+/*                                                                          */
+/* (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved*/
+/****************************************************************************/
+
+#ifndef _FFS_API_H_
+#define _FFS_API_H_
+
+
+   #ifdef _WINDOWS
+      #include "ffs/pc/ffs_pc_api.h"
+   #else
+      #include "ffs/ffs.h"
+   #endif      
+
+
+/******************************************************************************
+    * Types
+ ******************************************************************************/
+
+   #define FFS_OBJECT_TYPE   T_FFS_OBJECT_TYPE      
+
+#endif