]> git.proxmox.com Git - mirror_zfs.git/blame - cmd/zed/zed_disk_event.h
Add basic zfs ioc input nvpair validation
[mirror_zfs.git] / cmd / zed / zed_disk_event.h
CommitLineData
d02ca379
DB
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
21extern "C" {
22#endif
23
24extern int zed_disk_event_init(void);
25extern void zed_disk_event_fini(void);
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* !ZED_DISK_EVENT_H */