drivers: can: mcan: Add headers for types used in this file
Some includes that resolve types used in this file were missing. Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
This commit is contained in:
parent
c5ad0b425e
commit
4e903cd4fe
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
||||||
#ifndef ZEPHYR_DRIVERS_CAN_MCAN_H_
|
#ifndef ZEPHYR_DRIVERS_CAN_MCAN_H_
|
||||||
#define ZEPHYR_DRIVERS_CAN_MCAN_H_
|
#define ZEPHYR_DRIVERS_CAN_MCAN_H_
|
||||||
|
|
||||||
|
#include <kernel.h>
|
||||||
|
#include <devicetree.h>
|
||||||
|
#include <drivers/can.h>
|
||||||
|
|
||||||
|
#include <toolchain.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef CONFIG_CAN_MCUX_MCAN
|
#ifdef CONFIG_CAN_MCUX_MCAN
|
||||||
#define MCAN_DT_PATH DT_NODELABEL(can0)
|
#define MCAN_DT_PATH DT_NODELABEL(can0)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue