hardware_utils.h 231 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
#pragma once

#include <stdint.h>
#include "base.h"
5
#include "comm.h"
lishen's avatar
lishen committed
6
7

namespace sccl {
8
9
namespace hardware {

10
11
// 实现类似于std::span的功能,将字节数组转换为类型数组

12
} // namespace hardware
lishen's avatar
lishen committed
13
} // namespace sccl