mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 15:26:47 +00:00
10 lines
210 B
C
10 lines
210 B
C
#pragma once
|
|
#include "blk_types.h"
|
|
|
|
/**
|
|
* @brief 将磁盘注册到块设备框架中
|
|
*
|
|
* @param gendisk 磁盘结构体
|
|
* @return int 错误码
|
|
*/
|
|
int blk_register_gendisk(struct blk_gendisk * gendisk); |