mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[DM/FIXUP] include name default
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#include <ioremap.h>
|
#include <ioremap.h>
|
||||||
#include <drivers/misc.h>
|
#include <drivers/misc.h>
|
||||||
#include <drivers/byteorder.h>
|
#include <drivers/byteorder.h>
|
||||||
|
#include <drivers/core/master_id.h>
|
||||||
|
|
||||||
#ifndef RT_CPUS_NR
|
#ifndef RT_CPUS_NR
|
||||||
#define RT_CPUS_NR 1
|
#define RT_CPUS_NR 1
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include <rtdbg.h>
|
#include <rtdbg.h>
|
||||||
|
|
||||||
#include <drivers/led.h>
|
#include <drivers/led.h>
|
||||||
#include <drivers/core/rtdm.h>
|
#include <drivers/core/dm.h>
|
||||||
|
|
||||||
struct blink_timer
|
struct blink_timer
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include <drivers/ofw.h>
|
#include <drivers/ofw.h>
|
||||||
#include <drivers/mailbox.h>
|
#include <drivers/mailbox.h>
|
||||||
#include <drivers/platform.h>
|
#include <drivers/platform.h>
|
||||||
#include <drivers/core/rtdm.h>
|
#include <drivers/core/dm.h>
|
||||||
|
|
||||||
static struct rt_spinlock mbox_ops_lock = {};
|
static struct rt_spinlock mbox_ops_lock = {};
|
||||||
static rt_list_t mbox_nodes = RT_LIST_OBJECT_INIT(mbox_nodes);
|
static rt_list_t mbox_nodes = RT_LIST_OBJECT_INIT(mbox_nodes);
|
||||||
|
|||||||
Reference in New Issue
Block a user