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
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
engine
/
cipher.h
blob
66c5c5e275208f51157e411cf30047dd6d5309d5
1
/* SPDX-License-Identifier: MIT */
2
#ifndef __NVKM_CIPHER_H__
3
#define __NVKM_CIPHER_H__
4
#include <core/engine.h>
5
int
g84_cipher_new
(
struct
nvkm_device
*,
int
,
struct
nvkm_engine
**);
6
#endif