1
0
Fork 0
nvme-cli/util/sighdl.h
Daniel Baumann dbdc28cb89
Adding upstream version 2.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 13:00:33 +02:00

11 lines
214 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __NVME_SIGHDL
#define __NVME_SIGHDL
#include <stdbool.h>
extern bool nvme_sigint_received;
int nvme_install_sigint_handler(void);
#endif // __NVME_SIGHDL