// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause /* * Copyright(c) 2019 - 2021 Intel Corporation */ #include <fw/api/commands.h> #include "img.h" u8 iwl_fw_lookup_cmd_ver(const struct iwl_fw *fw, u32 cmd_id, u8 def) { … } EXPORT_SYMBOL_GPL(…); u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def) { … } EXPORT_SYMBOL_GPL(…); static const struct { … } advanced_lookup[] = …; const char *iwl_fw_lookup_assert_desc(u32 num) { … } EXPORT_SYMBOL_GPL(…);