| 252 | } |
| 253 | |
| 254 | virtual void getInfo(unsigned &len, unsigned &buf_count, |
| 255 | unsigned &bytes) const { |
| 256 | UNUSED(buf_count); |
| 257 | UNUSED(bytes); |
| 258 | len++; |
| 259 | } |
| 260 | |
| 261 | // Return the size of the parameter in bytes that will be passed to the |
| 262 | // kernel |