mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@96 4ee2a332-4b2b-5046-8439-1ba90f034370
26 lines
586 B
C
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
|
|
|