mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
add MI_WRAM_*_SIZE_MAX. git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@286 4ee2a332-4b2b-5046-8439-1ba90f034370
26 lines
626 B
C
26 lines
626 B
C
/*---------------------------------------------------------------------------*
|
|
Project: CTR - for RTFS
|
|
File: attach.h
|
|
|
|
2006 Nintendo.
|
|
*---------------------------------------------------------------------------*/
|
|
|
|
#ifndef __ATTACH_H__
|
|
#define __ATTACH_H__
|
|
|
|
|
|
#include <twl.h>
|
|
#include "rtfs.h"
|
|
|
|
|
|
|
|
/*---------------------------------------------------------------------------*
|
|
API
|
|
*---------------------------------------------------------------------------*/
|
|
BOOLEAN rtfs_attach( int driveno, DDRIVE* pdr, char* dev_name);
|
|
BOOLEAN rtfs_detach( int driveno);
|
|
|
|
|
|
|
|
#endif /*__ATTACH_H__*/
|