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:
Thomas Muller 2022-01-23 20:27:14 -05:00
parent 464a61102e
commit c24628ab2a
Signed by: thomas
GPG key ID: AF006EB730564952
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
namespace drivers {
namespace opensbi::legacy {
namespace {
enum class ExtensionId {
SET_TIMER,

View file

@ -4,6 +4,7 @@
namespace drivers {
namespace opensbi::legacy {
[[deprecated("Use the time extension instead")]]
SbiRet set_timer(uint64_t stime_value);

View file

@ -4,6 +4,7 @@
namespace drivers {
namespace opensbi {
typedef unsigned long sbiword_t;
typedef const unsigned long * hart_mask_t;