accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git] / include / soc / sifive / sifive_ccache.h
blob4d4ed49388a0a1968d84f405b9e9b2a98572bb3c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * SiFive Composable Cache Controller header file
5 */
7 #ifndef __SOC_SIFIVE_CCACHE_H
8 #define __SOC_SIFIVE_CCACHE_H
10 extern int register_sifive_ccache_error_notifier(struct notifier_block *nb);
11 extern int unregister_sifive_ccache_error_notifier(struct notifier_block *nb);
13 #define SIFIVE_CCACHE_ERR_TYPE_CE 0
14 #define SIFIVE_CCACHE_ERR_TYPE_UE 1
16 #endif /* __SOC_SIFIVE_CCACHE_H */