]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h
d0fe98bd50fd0f191eba1bc21743f08431c77e25
[linux.git] / drivers / gpu / drm / nouveau / include / nvkm / core / firmware.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_FIRMWARE_H__
3 #define __NVKM_FIRMWARE_H__
4 #include <core/subdev.h>
5
6 int nvkm_firmware_get(const struct nvkm_subdev *, const char *fwname,
7                       const struct firmware **fw);
8 void nvkm_firmware_put(const struct firmware *fw);
9 #endif