summaryrefslogtreecommitdiff
path: root/platform/generic/starfive/dubhe.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/generic/starfive/dubhe.h')
-rw-r--r--platform/generic/starfive/dubhe.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/platform/generic/starfive/dubhe.h b/platform/generic/starfive/dubhe.h
new file mode 100644
index 0000000..3326cf6
--- /dev/null
+++ b/platform/generic/starfive/dubhe.h
@@ -0,0 +1,18 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2022 StarFive Technology Co., Ltd.
+ *
+ * Author: Jun Liang Tan <junliang.tan@linux.starfivetech.com>
+ *
+ */
+
+#ifndef _STARFIVE_DUBHE_H_
+#define _STARFIVE_DUBHE_H_
+
+enum sbi_ext_dubhe_cmo_fid {
+ SBI_EXT_STARFIVE_DUBHE_L2_FLUSH = 0,
+ SBI_EXT_STARFIVE_DUBHE_L2_INVALIDATE,
+};
+
+#endif /* _STARFIVE_DUBHE_H_ */