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 Skipped - Unit
Tests Skipped - Build Status
Buildable 50883 Build 47774: arc lint + arc unit
Event Timeline
sys/compat/linuxkpi/common/include/linux/platform_device.h | ||
---|---|---|
87 | 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 | ||
---|---|---|
87 | 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. |