[Add] osal 模块加入编译

This commit is contained in:
gaoyang3513
2024-11-16 16:09:10 +08:00
parent 9f441d3fb6
commit ebd1227d82
3 changed files with 90 additions and 2 deletions

View File

@ -10,6 +10,7 @@
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/kdev_t.h> // MKDEV
#include "OSAL_osdev.h"