Path: blob/main/sys/contrib/openzfs/cmd/zed/zed_disk_event.h
48380 views
// SPDX-License-Identifier: CDDL-1.01/*2* CDDL HEADER START3*4* The contents of this file are subject to the terms of the5* Common Development and Distribution License Version 1.0 (CDDL-1.0).6* You can obtain a copy of the license from the top-level file7* "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 END11*/1213/*14* Copyright (c) 2016, Intel Corporation.15*/1617#ifndef ZED_DISK_EVENT_H18#define ZED_DISK_EVENT_H1920#ifdef __cplusplus21extern "C" {22#endif2324extern int zed_disk_event_init(void);25extern void zed_disk_event_fini(void);2627#ifdef __cplusplus28}29#endif3031#endif /* !ZED_DISK_EVENT_H */323334