mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
修复makefile的bug
This commit is contained in:
11
kernel/driver/video/video.c
Normal file
11
kernel/driver/video/video.c
Normal file
@ -0,0 +1,11 @@
|
||||
#include "video.h"
|
||||
|
||||
/**
|
||||
* @brief 初始化显示模块
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
int video_init()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user