vitasdk
Documentation of the vitasdk
sdif.h File Reference
#include <psp2kern/types.h>

Go to the source code of this file.

Typedefs

typedef void * SceSdifDeviceContext
 

Enumerations

enum  SceSdifDeviceIndex { SCE_SDIF_DEVICE_EMMC = 0x0 , SCE_SDIF_DEVICE_GC = 0x1 , SCE_SDIF_DEVICE_SDIO = 0x2 , SCE_SDIF_DEVICE_SD = 0x3 }
 
enum  SceSdifDeviceType { SCE_SDIF_DEVICE_TYPE_INVALID = 0x0 , SCE_SDIF_DEVICE_TYPE_MMC = 0x1 , SCE_SDIF_DEVICE_TYPE_SD = 0x2 , SCE_SDIF_DEVICE_TYPE_SDIO = 0x3 }
 

Functions

SceSdifDeviceContextksceSdifGetSdContextPartValidateMmc (SceSdifDeviceIndex dev_index)
 
int ksceSdifInitializeMmcDevice (SceSdifDeviceIndex dev_index, SceSdifDeviceContext *dev_ctx)
 
int ksceSdifWriteCmd56 (SceSdifDeviceContext *dev_ctx, const void *buf, SceSize size)
 
int ksceSdifReadCmd56 (SceSdifDeviceContext *dev_ctx, void *buf, SceSize size)