![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * SiFive L2 Cache Controller header file 0004 * 0005 */ 0006 0007 #ifndef __SOC_SIFIVE_L2_CACHE_H 0008 #define __SOC_SIFIVE_L2_CACHE_H 0009 0010 extern int register_sifive_l2_error_notifier(struct notifier_block *nb); 0011 extern int unregister_sifive_l2_error_notifier(struct notifier_block *nb); 0012 0013 #define SIFIVE_L2_ERR_TYPE_CE 0 0014 #define SIFIVE_L2_ERR_TYPE_UE 1 0015 0016 #endif /* __SOC_SIFIVE_L2_CACHE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |