ksyms.s

来自「Linux 1.0 内核C源代码 Linux最早版本代码 由Linus Tor」· S 代码 · 共 31 行

S
31
字号
#include <linux/autoconf.h>
/* 
 * Herein lies all the functions/variables that are "exported" for linkage
 * With dynamically loaded kernel modules. Could do with making this a bit
 * cleaner!
 *
 *  Jon.
 */

_register_chrdev
_unregister_chrdev
_register_blkdev
_unregister_blkdev
_wake_up_interruptible

_wp_works_ok
___verify_write

_current
_jiffies
_printk
_schedule

#ifdef CONFIG_FTAPE
#
# The next labels are needed for ftape driver.
#
_ftape_big_buffer
_do_floppy
#endif

⌨️ 快捷键说明

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