/* SPDX-License-Identifier: MIT */ #ifndef __NVFW_FW_H__ #define __NVFW_FW_H__ #include <core/os.h> struct nvkm_subdev; struct nvfw_bin_hdr { … }; const struct nvfw_bin_hdr *nvfw_bin_hdr(struct nvkm_subdev *, const void *); struct nvfw_bl_desc { … }; const struct nvfw_bl_desc *nvfw_bl_desc(struct nvkm_subdev *, const void *); #endif