ctr_firmware/trunk/firmware/build/libraries/fatfs/common/include/rtfsapi.h
(no author) fab593a113 (shirait)
firmwareビルド環境の設定、fatfsライブラリ追加。

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@253 b871894f-2f95-9b40-918c-086798483c85
2009-02-04 12:47:09 +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