drivers: can: mcan: move header file to public includes
Move the Bosch M_CAN header file to include/zephyr/drivers/can/can_mcan.h for use in out-of-tree drivers. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
3932b9f124
commit
c9f97cf386
7 changed files with 9 additions and 15 deletions
|
@ -6,13 +6,12 @@
|
|||
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/drivers/can.h>
|
||||
#include <zephyr/drivers/can/can_mcan.h>
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "can_mcan.h"
|
||||
|
||||
LOG_MODULE_REGISTER(can_mcux_mcan, CONFIG_CAN_LOG_LEVEL);
|
||||
|
||||
#define DT_DRV_COMPAT nxp_lpc_mcan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue