mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
🎨 统一模块初始化函数名为<name>_init()
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
})
|
||||
|
||||
// 定义类型的缩写
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned long ul;
|
||||
typedef unsigned long long int ull;
|
||||
typedef long long int ll;
|
||||
|
Reference in New Issue
Block a user