[Yellowstone] Move yellowstone yunq to namespace "yellowstone"
This commit is contained in:
parent
f1e09b2ae6
commit
6212aef336
40 changed files with 141 additions and 16 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "hw/gpt.h"
|
||||
#include "hw/pcie.h"
|
||||
|
||||
namespace yellowstone {
|
||||
namespace {
|
||||
|
||||
struct PartitionInfo {
|
||||
|
|
@ -125,3 +126,5 @@ void YellowstoneServer::WaitDenaliRegistered() { has_denali_semaphore_.Wait(); }
|
|||
void YellowstoneServer::WaitVictoriaFallsRegistered() {
|
||||
has_victoriafalls_semaphore_.Wait();
|
||||
}
|
||||
|
||||
} // namespace yellowstone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue