]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/engine/bsp.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / bsp.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
912a29c3
BS
2#ifndef __NVKM_BSP_H__
3#define __NVKM_BSP_H__
c79a191b 4#include <engine/xtensa.h>
98b20c9a 5int g84_bsp_new(struct nvkm_device *, int, struct nvkm_engine **);
ebb945a9 6#endif