1#pragma once
2
3#include <nn/types.h>
4
5namespace nn {
6
7typedef u8 Bit8;
8typedef u16 Bit16;
9typedef u32 Bit32;
10typedef u64 Bit64;
11
12} // namespace nn