channel_mgr.h

来自「newos is new operation system」· C头文件 代码 · 共 20 行

H
20
字号
/* ** Copyright 2002, Thomas Kurschel. All rights reserved.** Distributed under the terms of the NewOS License.*/#ifndef __CHANNEL_MGR_H__#define __CHANNEL_MGR_H__int connect_channel( const char *name, 	ide_controller_interface *controller,	ide_channel_cookie channel,	ide_controller_params *controller_params,	ide_bus_info **bus );int disconnect_channel( ide_bus_info *bus );void sim_unregistered( ide_bus_info *bus );#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?