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

📄 g_file_storage.mod.c

📁 linux下面gadget设备驱动
💻 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 .arch = MODULE_ARCH_INIT,};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = {	{ 0x78a82a7c, "struct_module" },	{ 0x76800966, "d_path" },	{ 0x30d5d00c, "device_remove_file" },	{ 0x12da5bb2, "__kmalloc" },	{ 0xcff53400, "kref_put" },	{ 0x8e9eceaa, "complete_and_exit" },	{ 0x350e2f4, "up_read" },	{ 0x2dd35cf9, "dequeue_signal" },	{ 0x97255bdf, "strlen" },	{ 0xef4e6186, "filemap_fdatawait" },	{ 0x7bf99642, "bdev_read_only" },	{ 0xb6691cd2, "malloc_sizes" },	{ 0xeeb1717c, "param_array_get" },	{ 0x17a72314, "filp_close" },	{ 0x323222ba, "mutex_unlock" },	{ 0xa34faca1, "usb_gadget_unregister_driver" },	{ 0x1d26aa98, "sprintf" },	{ 0xab471003, "param_array_set" },	{ 0x5ebb56fb, "down_read" },	{ 0xf2afa595, "param_get_charp" },	{ 0x25fa6f17, "wait_for_completion" },	{ 0xea21964f, "vfs_read" },	{ 0x2bc95bd4, "memset" },	{ 0x282f4faa, "device_register" },	{ 0x8d3894f2, "_ctype" },	{ 0xdd132261, "printk" },	{ 0x859204af, "sscanf" },	{ 0xa925899a, "param_set_bool" },	{ 0xb97d4c9c, "mutex_lock" },	{ 0x7486289a, "init_uts_ns" },	{ 0x53fe7ccc, "cpu_data" },	{ 0x43b0c9c3, "preempt_schedule" },	{ 0x231cf494, "up_write" },	{ 0xb3fe02b1, "down_write" },	{ 0xdd7bd15e, "fput" },	{ 0xd79b5a02, "allow_signal" },	{ 0x5e7dbe1a, "device_create_file" },	{ 0x9f984513, "strrchr" },	{ 0xcd16af68, "kmem_cache_alloc" },	{ 0x52746574, "usb_gadget_register_driver" },	{ 0xedd14538, "param_get_uint" },	{ 0x1000e51, "schedule" },	{ 0x187c49f1, "dev_driver_string" },	{ 0xd2b9cec5, "wake_up_process" },	{ 0xcc5005fe, "msleep_interruptible" },	{ 0x6cb34e5, "init_waitqueue_head" },	{ 0x8785725d, "param_set_charp" },	{ 0x3ae831b6, "kref_init" },	{ 0x37a0cba, "kfree" },	{ 0xf45c7896, "kthread_create" },	{ 0x11f7ce5e, "memcpy" },	{ 0x8833e268, "send_sig_info" },	{ 0x126970ed, "param_set_uint" },	{ 0x8a1203a9, "kref_get" },	{ 0x7d4dc239, "invalidate_mapping_pages" },	{ 0xea0f43ff, "device_unregister" },	{ 0xfbf92453, "param_get_bool" },	{ 0xb742fd7, "simple_strtol" },	{ 0xa218bf61, "complete" },	{ 0x25da070, "snprintf" },	{ 0xaa39f95c, "memmove" },	{ 0xc22616f1, "__init_rwsem" },	{ 0x8bdb0063, "vfs_write" },	{ 0x18979eb3, "filemap_fdatawrite" },	{ 0xf2b937f6, "filp_open" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=jz4740_udc";MODULE_INFO(srcversion, "692E570B63560B7293B14CA");

⌨️ 快捷键说明

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