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