mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 01:46:31 +00:00
修复makefile的bug
This commit is contained in:
8
kernel/driver/video/video.h
Normal file
8
kernel/driver/video/video.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief 初始化显示模块
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
int video_init();
|
Reference in New Issue
Block a user