[add] laos using xv6-riscv thought
This commit is contained in:
@@ -1 +1,5 @@
|
||||
#include <device.hh>
|
||||
#include <device.hh>
|
||||
|
||||
Device::Device(bool cacheable): cacheable_(cacheable) {}
|
||||
|
||||
bool Device::is_cacheable() { return cacheable_; }
|
||||
Reference in New Issue
Block a user