FreeCalypso > hg > tcs211-l1-reconst
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chipsetsw/drivers/drv_app/ffs/ffs_api.h Mon Jun 01 03:24:05 2015 +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