Sign in
cos
/
third_party
/
kernel
/
8980eb0d9001aec10fe4b1a488347431297313f5
/
.
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
engine
/
cipher.h
blob: 66c5c5e275208f51157e411cf30047dd6d5309d5 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
#ifndef
__NVKM_CIPHER_H__
#define
__NVKM_CIPHER_H__
#include
<core/engine.h>
int
g84_cipher_new
(
struct
nvkm_device
*,
int
,
struct
nvkm_engine
**);
#endif