opnsense-src/sys/dev/qat/qat_api/common/include/lac_module.h
Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:24 -06:00

12 lines
342 B
C

/* SPDX-License-Identifier: BSD-3-Clause */
/* Copyright(c) 2007-2022 Intel Corporation */
#ifndef __LAC_MODULE_H__
#define __LAC_MODULE_H__
#include "icp_qat_hw.h"
/* Lac module getter/setter for TUNABLE_INT in lac_module.c */
icp_qat_hw_auth_mode_t Lac_GetQatHmacMode(void);
void Lac_SetQatHmacMode(const icp_qat_hw_auth_mode_t);
#endif