pspsdk-1.0+beta2
pspiofilemgr_dirent.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspiofilemgr_dirent.h - File attributes and directory entries.
7  *
8  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
9  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
10  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
11  *
12  * $Id: pspiofilemgr_dirent.h 1172 2005-10-20 09:08:04Z jim $
13  */
14 
15 /* Note: Some of the structures, types, and definitions in this file were
16  extrapolated from symbolic debugging information found in the Japanese
17  version of Puzzle Bobble. */
18 
19 #ifndef PSPIOFILEMGR_DIRENT_H
20 #define PSPIOFILEMGR_DIRENT_H
21 
22 #include <pspiofilemgr_stat.h>
23 
25 typedef struct SceIoDirent {
29  char d_name[256];
31  void * d_private;
32  int dummy;
33 } SceIoDirent;
34 
35 #endif /* PSPIOFILEMGR_DIRENT_H */