git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15302 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
f417075a17
commit
cc2852fdfc
|
@ -93,7 +93,7 @@ typedef int32_t vfs_mode_t;
|
||||||
typedef int vfs_seekmode_t;
|
typedef int vfs_seekmode_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Type of a node information structure.
|
* @brief Type of a directory entry structure.
|
||||||
*/
|
*/
|
||||||
typedef struct vfs_direntry_info {
|
typedef struct vfs_direntry_info {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue