mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
10 lines
263 B
C
10 lines
263 B
C
/* SPDX-License-Identifier: BSD-3-Clause */
|
|
/* Copyright(c) 2007-2023 Intel Corporation */
|
|
#ifndef ADF_UIO_CLEANUP_H
|
|
#define ADF_UIO_CLEANUP_H
|
|
|
|
void adf_uio_do_cleanup_orphan(int bank,
|
|
struct adf_uio_control_accel *accel);
|
|
|
|
|
|
#endif
|