bootstrap.h 264 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


#pragma once

#include <string.h>
#include "base.h"
#include "archinfo.h"

namespace sccl {
namespace hardware {
namespace topology {
namespace bootstrap {

///////////
} // namespace bootstrap
} // namespace topology
} // namespace hardware
} // namespace sccl