mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-26 02:13:38 -04:00
5 lines
154 B
C
5 lines
154 B
C
#ifndef __NVKM_CIPHER_H__
|
|
#define __NVKM_CIPHER_H__
|
|
#include <core/engine.h>
|
|
int g84_cipher_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
#endif
|