- 论坛徽章:
- 0
|
Interfaces in the Linux kernel to embed new functionalities.
Functionality
Functions for Dynamic Registration
Character devices
(un)register_chrdev( )
Block devices
(un)register_blkdev( )
Binary formats
(un)register_binfmt( )
File systems
(un)register_filesystem( )
Serial interfaces
(un)register_serial( )
Network adapters
(un)register_netdev( )
Layer-3 protocols
dev_add_pack( ), dev_remove_pack( )
Layer-4 protocols (TCP/IP)
inet_add_protocol( ), inet_del_protocol(
)
Console drivers
tty_(un)register_driver( )
Symbol tables
(un)register_symtab( )
Modules
init_module( ), cleanup_module( )
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/311/showart_1362075.html |
|