watchdog subsystem has no system calls #21432
Labels
area: Memory Protection
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Describe the bug
We have no system calls defined for the watchdog subsystem API.
wdt_setup()
wdt_disable()
wdt_feed()
wdt_install_timeout() installs a callback handler and shouldn't have a system call. The rest of these APIs need them.
Impact
User mode threads can't interact with watchdog devices.
The text was updated successfully, but these errors were encountered: