1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_FIRMWARE_H__
3 #define __NVKM_FIRMWARE_H__
5 #include <core/device.h>
7 int nvkm_firmware_get(struct nvkm_device *device, const char *fwname,
8 const struct firmware **fw);
10 void nvkm_firmware_put(const struct firmware *fw);