39#ifndef _RTEMS_WATCHDOGDRV_H
40#define _RTEMS_WATCHDOGDRV_H
49#define WATCHDOG_DRIVER_TABLE_ENTRY \
50 { Watchdog_initialize, NULL, NULL, NULL, NULL, Watchdog_control }
uint32_t rtems_device_major_number
This integer type represents the major number of devices.
Definition: io.h:103
uint32_t rtems_device_minor_number
This integer type represents the minor number of devices.
Definition: io.h:115
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
rtems_device_driver Watchdog_control(rtems_device_major_number major, rtems_device_minor_number minor, void *arguments)
Watchdog Driver IO Control.
rtems_device_driver Watchdog_initialize(rtems_device_major_number major, rtems_device_minor_number minor, void *arguments)
Watchdog Driver Initialization.