Adding upstream version 2.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
94a061187a
commit
dbdc28cb89
572 changed files with 4636 additions and 1730 deletions
11
util/sighdl.h
Normal file
11
util/sighdl.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* 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
|
Loading…
Add table
Add a link
Reference in a new issue