diff options
author | Wei Liang Lim <weiliang.lim@starfivetech.com> | 2023-12-01 18:14:15 +0300 |
---|---|---|
committer | Wei Liang Lim <weiliang.lim@starfivetech.com> | 2023-12-01 18:14:15 +0300 |
commit | 8ce81d0fbcbb10d4ad9e924c8cd64925b79e0cb6 (patch) | |
tree | 1cbe18738902e003105f48aeed84a8bcf4507169 /platform/generic/starfive/dubhe.h | |
parent | a10e0837f215fb4ed25f195f2c511a41deb9c324 (diff) | |
download | opensbi-starfive-v1.2-dubhe.tar.xz |
platform: generic: starfive: Changing naming from jh8100 to dubheREL_DUBHE_DEC2023starfive-v1.2-dubhe
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Diffstat (limited to 'platform/generic/starfive/dubhe.h')
-rw-r--r-- | platform/generic/starfive/dubhe.h | 18 |
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_ */ |