These are required by some linux driver like:
https://github.com/beckhoff/bbapi
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linuxkpi/common/include/linux/platform_device.h | ||
---|---|---|
88 | Do we really want to return 0 in the case that it is not implemented rather than an error? |
sys/compat/linuxkpi/common/include/linux/platform_device.h | ||
---|---|---|
88 | It's unlikely that we will one day implement those functions. Returning 0 is less problems than an error as the drivers who calls this will not fail. |