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