twl_wrapsdk/include/twl/fatfs/ARM7/rtfsapi.h
Shirait 4fe5688d29 add SD driver and FATFS library (tentative)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@96 4ee2a332-4b2b-5046-8439-1ba90f034370
2007-05-30 10:22:28 +00:00

26 lines
586 B
C

/*****************************************************************************
*Filename: RTFSAPI.H - Public declarations for the rtfs API set
*
*
* EBS - RTFSAPI (Real Time File Manager)
*
* Copyright Peter Van Oudenaren , 1993
* All rights reserved.
* This code may not be redistributed in source or linkable object form
* without the consent of its author.
*
*
*
* Description:
*
*
*
*
****************************************************************************/
#ifndef __RTFSAPI__
#define __RTFSAPI__ 1
#include <rtfs.h>
#endif