mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 02:46:47 +00:00
9 lines
95 B
C
9 lines
95 B
C
#pragma once
|
|
|
|
#include "devfs-types.h"
|
|
|
|
/**
|
|
* @brief 初始化devfs
|
|
*
|
|
*/
|
|
void devfs_init(); |