git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3899 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
4152c2a919
commit
faeafd8a6c
|
@ -78,7 +78,7 @@ typedef uint32_t fileoffset_t;
|
||||||
*
|
*
|
||||||
* @brief @p BaseFileStream virtual methods table.
|
* @brief @p BaseFileStream virtual methods table.
|
||||||
*/
|
*/
|
||||||
struct BaseFilelStreamVMT {
|
struct BaseFileStreamVMT {
|
||||||
_base_file_stream_methods
|
_base_file_stream_methods
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ struct BaseFilelStreamVMT {
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/** @brief Virtual Methods Table.*/
|
/** @brief Virtual Methods Table.*/
|
||||||
const struct FileStreamVMT *vmt;
|
const struct BaseFileStreamVMT *vmt;
|
||||||
_base_file_stream_data
|
_base_file_stream_data
|
||||||
} BaseFileStream;
|
} BaseFileStream;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue