#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(dfl_fpga_port_ops_get, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_port_ops_put, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_port_ops_add, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_port_ops_del, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_check_port_id, "_gpl", ""); KSYMTAB_FUNC(__dfl_driver_register, "", ""); KSYMTAB_FUNC(dfl_driver_unregister, "", ""); KSYMTAB_FUNC(dfl_fpga_dev_feature_uinit, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_dev_feature_init, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_dev_ops_register, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_dev_ops_unregister, "_gpl", ""); KSYMTAB_FUNC(dfh_find_param, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_enum_info_alloc, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_enum_info_free, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_enum_info_add_dfl, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_enum_info_add_irq, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_feature_devs_enumerate, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_feature_devs_remove, "_gpl", ""); KSYMTAB_FUNC(__dfl_fpga_cdev_find_port, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_cdev_release_port, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_cdev_assign_port, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_cdev_config_ports_pf, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_cdev_config_ports_vf, "_gpl", ""); KSYMTAB_FUNC(dfl_fpga_set_irq_triggers, "_gpl", ""); KSYMTAB_FUNC(dfl_feature_ioctl_get_num_irqs, "_gpl", ""); KSYMTAB_FUNC(dfl_feature_ioctl_set_irq, "_gpl", ""); MODULE_INFO(depends, "fpga-region"); MODULE_INFO(srcversion, "50E5BCC174BDC5D715B8263");