⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nubus_syms.c

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 C
字号:
/* Exported symbols for NuBus services   (c) 1999 David Huggins-Daines <dhd@debian.org> */#include <linux/config.h>#include <linux/module.h>#include <linux/types.h>#include <linux/nubus.h>#ifdef CONFIG_PROC_FSEXPORT_SYMBOL(nubus_proc_attach_device);EXPORT_SYMBOL(nubus_proc_detach_device);#endifEXPORT_SYMBOL(nubus_find_device);EXPORT_SYMBOL(nubus_find_type);EXPORT_SYMBOL(nubus_find_slot);EXPORT_SYMBOL(nubus_get_root_dir);EXPORT_SYMBOL(nubus_get_board_dir);EXPORT_SYMBOL(nubus_get_func_dir);EXPORT_SYMBOL(nubus_readdir);EXPORT_SYMBOL(nubus_find_rsrc);EXPORT_SYMBOL(nubus_rewinddir);EXPORT_SYMBOL(nubus_get_subdir);EXPORT_SYMBOL(nubus_get_rsrc_mem);EXPORT_SYMBOL(nubus_get_rsrc_str);

⌨️ 快捷键说明

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