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 opensbi::legacy {
|
||||
|
||||
namespace {
|
||||
enum class ExtensionId {
|
||||
SET_TIMER,
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
namespace drivers {
|
||||
namespace opensbi::legacy {
|
||||
|
||||
[[deprecated("Use the time extension instead")]]
|
||||
SbiRet set_timer(uint64_t stime_value);
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
namespace drivers {
|
||||
namespace opensbi {
|
||||
|
||||
typedef unsigned long sbiword_t;
|
||||
typedef const unsigned long * hart_mask_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue