]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cmd/zed/zed_disk_event.h
zed crashes when devid not present
[FreeBSD/FreeBSD.git] / cmd / zed / zed_disk_event.h
1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License Version 1.0 (CDDL-1.0).
6  * You can obtain a copy of the license from the top-level file
7  * "OPENSOLARIS.LICENSE" or at <http://opensource.org/licenses/CDDL-1.0>.
8  * You may not use this file except in compliance with the license.
9  *
10  * CDDL HEADER END
11  */
12
13 /*
14  * Copyright (c) 2016, Intel Corporation.
15  */
16
17 #ifndef ZED_DISK_EVENT_H
18 #define ZED_DISK_EVENT_H
19
20 #ifdef  __cplusplus
21 extern "C" {
22 #endif
23
24 extern int zed_disk_event_init(void);
25 extern void zed_disk_event_fini(void);
26
27 #ifdef  __cplusplus
28 }
29 #endif
30
31 #endif  /* !ZED_DISK_EVENT_H */