xref: /freebsd/sys/dev/qat/include/common/adf_uio_cleanup.h (revision 70bc3f4331a1b6e7045ae5326cbe03428503b612)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2023 Intel Corporation */
3 /* $FreeBSD$ */
4 #ifndef ADF_UIO_CLEANUP_H
5 #define ADF_UIO_CLEANUP_H
6 
7 void adf_uio_do_cleanup_orphan(int bank,
8                                struct adf_uio_control_accel *accel);
9 
10 
11 #endif
12