Formatting
It would be nice if I would stay consistent with namespace formatting Maybe I should use a real linter or something...
This commit is contained in:
parent
464a61102e
commit
c24628ab2a
3 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
namespace drivers {
|
namespace drivers {
|
||||||
namespace opensbi::legacy {
|
namespace opensbi::legacy {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
enum class ExtensionId {
|
enum class ExtensionId {
|
||||||
SET_TIMER,
|
SET_TIMER,
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
namespace drivers {
|
namespace drivers {
|
||||||
namespace opensbi::legacy {
|
namespace opensbi::legacy {
|
||||||
|
|
||||||
[[deprecated("Use the time extension instead")]]
|
[[deprecated("Use the time extension instead")]]
|
||||||
SbiRet set_timer(uint64_t stime_value);
|
SbiRet set_timer(uint64_t stime_value);
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
namespace drivers {
|
namespace drivers {
|
||||||
namespace opensbi {
|
namespace opensbi {
|
||||||
|
|
||||||
typedef unsigned long sbiword_t;
|
typedef unsigned long sbiword_t;
|
||||||
typedef const unsigned long * hart_mask_t;
|
typedef const unsigned long * hart_mask_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue