ARC: Cache arc_c value during arc_evict()
[zfs.git] / cmd / zed / zed_disk_event.h
blobea9813d0a595fe2692cbe712c17c387cc696c7e8
1 /*
2 * CDDL HEADER START
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.
10 * CDDL HEADER END
14 * Copyright (c) 2016, Intel Corporation.
17 #ifndef ZED_DISK_EVENT_H
18 #define ZED_DISK_EVENT_H
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 extern int zed_disk_event_init(void);
25 extern void zed_disk_event_fini(void);
27 #ifdef __cplusplus
29 #endif
31 #endif /* !ZED_DISK_EVENT_H */