42#ifndef _DEV_CAN_CAN_BUS_H
43#define _DEV_CAN_CAN_BUS_H
48#include <sys/ioccom.h>
int rtems_can_bus_register(struct rtems_can_bus *bus, const char *bus_path)
This function registers CAN device into /dev namespace.
Definition: can-bus.c:816
int rtems_can_bus_notify_chip_stop(struct rtems_can_chip *chip)
This function notifies all users the chip was stopped.
Definition: can-bus.c:800
This header file defines the RTEMS Classic API.
This structure represents CAN bus device. This is the main structure passed throught file system duri...
Definition: can-bus.h:60
struct rtems_can_chip * chip
This member holds the pointer to rtems_can_chip structure. Controller specific initialization functio...
Definition: can-bus.h:66
This structure represents one CAN controller.
Definition: can-devcommon.h:206
This header file provides the API of Self-Contained Objects.