Revision 0128be0f os/core/src/aos_iostream.c
os/core/src/aos_iostream.c | ||
---|---|---|
121 | 121 |
* @brief Virtual methods table for all AosIOChannel objects. |
122 | 122 |
*/ |
123 | 123 |
static const struct AosIOChannelVMT _channelvmt = { |
124 |
(size_t) 0, |
|
124 | 125 |
_channelwrite, |
125 | 126 |
_channelread, |
126 | 127 |
_channelput, |
... | ... | |
200 | 201 |
* @brief Virtual methods table for all AosIOStream objects. |
201 | 202 |
*/ |
202 | 203 |
static const struct AosIOStreamVMT _streamvmt = { |
204 |
(size_t) 0, |
|
203 | 205 |
_streamwrite, |
204 | 206 |
_stremread, |
205 | 207 |
_streamput, |
Also available in: Unified diff