Home | History | Annotate | Line # | Download | only in engine
      1 /*	$NetBSD: cipher.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVKM_CIPHER_H__
      5 #define __NVKM_CIPHER_H__
      6 #include <core/engine.h>
      7 int g84_cipher_new(struct nvkm_device *, int, struct nvkm_engine **);
      8 #endif
      9