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

📄 net8.mod.c

📁 自己写的基于arm s3c2410 linux os下的cs8900驱动
💻 C
字号:
#include <linux/module.h>#include <linux/vermagic.h>#include <linux/compiler.h>MODULE_INFO(vermagic, VERMAGIC_STRING);struct module __this_module__attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module,#ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module,#endif};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = {	{ 0x73b8b38c, "struct_module" },	{ 0xb794c614, "request_irq" },	{ 0xeae3dfd6, "__const_udelay" },	{ 0xde75b689, "set_irq_type" },	{ 0xf60c6f21, "ether_setup" },	{ 0x7ba07e59, "kfree_skb" },	{ 0xe6c3ebb0, "__raw_writesw" },	{ 0xf20dabd8, "free_irq" },	{ 0x7d11c268, "jiffies" },	{ 0xb0320d04, "__netif_schedule" },	{ 0xf986c77b, "netif_rx" },	{ 0x3d53cf0b, "eth_type_trans" },	{ 0xaa13d05, "__raw_readsw" },	{ 0x6b060bf3, "skb_over_panic" },	{ 0x23f54838, "__bug" },	{ 0xda397a89, "__alloc_skb" },	{ 0xdd132261, "printk" },	{ 0xd1104bc6, "unregister_netdev" },	{ 0x99092eaa, "register_netdev" },	{ 0xe914e41e, "strcpy" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=";MODULE_INFO(srcversion, "4387C939AA19DF4B6C2D629");

⌨️ 快捷键说明

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