repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
engine
/
bsp.h
blob
f938f024db8107e95ddc3d6925bc13231943d616
1
/* SPDX-License-Identifier: MIT */
2
#ifndef __NVKM_BSP_H__
3
#define __NVKM_BSP_H__
4
#include <engine/xtensa.h>
5
int
g84_bsp_new
(
struct
nvkm_device
*,
int
,
struct
nvkm_engine
**);
6
#endif