mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
10 lines
83 B
C
10 lines
83 B
C
#include "devfs.h"
|
|
|
|
/**
|
|
* @brief 初始化devfs
|
|
*
|
|
*/
|
|
void devfs_init()
|
|
{
|
|
|
|
} |