#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(wpan_phy_find, "", ""); KSYMTAB_FUNC(wpan_phy_for_each, "", ""); KSYMTAB_FUNC(wpan_phy_new, "", ""); KSYMTAB_FUNC(wpan_phy_register, "", ""); KSYMTAB_FUNC(wpan_phy_unregister, "", ""); KSYMTAB_FUNC(wpan_phy_free, "", ""); KSYMTAB_FUNC(ieee802154_hdr_push, "_gpl", ""); KSYMTAB_FUNC(ieee802154_mac_cmd_push, "_gpl", ""); KSYMTAB_FUNC(ieee802154_beacon_push, "_gpl", ""); KSYMTAB_FUNC(ieee802154_hdr_pull, "_gpl", ""); KSYMTAB_FUNC(ieee802154_mac_cmd_pl_pull, "_gpl", ""); KSYMTAB_FUNC(ieee802154_hdr_peek_addrs, "_gpl", ""); KSYMTAB_FUNC(ieee802154_hdr_peek, "_gpl", ""); KSYMTAB_FUNC(ieee802154_max_payload, "_gpl", ""); KSYMTAB_FUNC(nl802154_scan_event, "_gpl", ""); KSYMTAB_FUNC(nl802154_scan_started, "_gpl", ""); KSYMTAB_FUNC(nl802154_scan_done, "_gpl", ""); KSYMTAB_FUNC(nl802154_beaconing_done, "_gpl", ""); KSYMTAB_FUNC(cfg802154_device_is_parent, "_gpl", ""); KSYMTAB_FUNC(cfg802154_device_is_child, "_gpl", ""); KSYMTAB_FUNC(cfg802154_get_free_short_addr, "_gpl", ""); KSYMTAB_FUNC(cfg802154_set_max_associations, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "FF08143A50B94DEF50541BE");