This commit is contained in:
huoji
2023-05-07 16:29:16 +08:00
commit 9c4c45ef38
49 changed files with 4928 additions and 0 deletions

5
linux_kernel/global.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include "head.h"
extern struct _driver_dev_build g_driver_dev_build;
extern struct wait_queue_head g_r3_wait_queue;
extern bool g_is_r3_ready;