mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
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
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
|
|
|