PC Card por exemplo, provavelmente não precisará se preocupar com o pcmciautils.
====================== =============== ========================================
- Programa Versão mínima Comando para verificar a versão
+ Programa Versão mínima Comando para verificar a versão
====================== =============== ========================================
GNU C 8.1 gcc --version
-Clang/LLVM (optional) 15.0.0 clang --version
+Clang/LLVM (optional) 17.0.1 clang --version
- Rust (optional) 1.78.0 rustc --version
- bindgen (optional) 0.65.1 bindgen --version
+ Rust (optional) 1.85.0 rustc --version
+ bindgen (optional) 0.71.1 bindgen --version
GNU make 4.0 make --version
bash 4.2 bash --version
binutils 2.30 ld -v
device. The parameter of this routine is the pointer to the registered
watchdog_device structure.
- The watchdog subsystem includes an registration deferral mechanism,
- which allows you to register an watchdog as early as you wish during
+ The watchdog subsystem includes a registration deferral mechanism,
+ which allows you to register a watchdog as early as you wish during
the boot process.
+There is also a resource-managed watchdog_register_device(),
+devm_watchdog_register_device(). If you use this to register a watchdog
+device, watchdog_unregister_device() is called automatically on driver
+detach::
+
+ int devm_watchdog_register_device(struct device *dev,
+ struct watchdog_device *wdd);
+
The watchdog device structure looks like this::
struct watchdog_device {