Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

pspiofilemgr_dirent.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspiofilemgr_dirent.h - File attributes and directory entries.
00007  *
00008  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
00009  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
00010  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
00011  *
00012  * $Id: pspiofilemgr_dirent.h 559 2005-07-09 08:47:52Z mrbrown $
00013  */
00014 
00015 /* Note: Some of the structures, types, and definitions in this file were
00016    extrapolated from symbolic debugging information found in the Japanese
00017    version of Puzzle Bobble. */
00018 
00019 #ifndef PSPIOFILEMGR_DIRENT_H
00020 #define PSPIOFILEMGR_DIRENT_H
00021 
00022 #include <pspiofilemgr_stat.h>
00023 
00025 typedef struct SceIoDirent {
00027         SceIoStat       d_stat;
00029         char            d_name[256];
00031         void *          d_private;
00032         int             dummy;
00033 } SceIoDirent;
00034 
00035 typedef struct {
00036         SceUID          uid;
00037 } DIR;
00038 
00039 #endif /* PSPIOFILEMGR_DIRENT_H */

Generated on Wed Sep 28 07:52:09 2005 for pspsdk-1.0+beta by  doxygen 1.4.4