mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
[kernel][dm]适配新的设备驱动模型 (#8075)
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
* 2011-05-25 Bernard first version
|
||||
*/
|
||||
|
||||
#include <rtdevice.h>
|
||||
|
||||
#include "nand.h"
|
||||
#include "mb9bf506r.h"
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* Date Author Notes
|
||||
*/
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
|
||||
#include "LPC177x_8x.h"
|
||||
#include "lpc177x_8x_pinsel.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
|
||||
#include <virtio_gpu.h>
|
||||
#include <virtio_input.h>
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include <rthw.h>
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
|
||||
#include "mbox.h"
|
||||
#include "drv_fb.h"
|
||||
#include "mmu.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <rthw.h>
|
||||
#include <stdint.h>
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
#include "mbox.h"
|
||||
#include "drv_fb.h"
|
||||
#include "mmu.h"
|
||||
|
||||
Reference in New Issue
Block a user