summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CFKit/GUIDWizard.hpp
blob: 34c38e8d7582a558779b41310f8400f0bfc978f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -------------------------------------------

	Copyright Zeta Electronics Corporation

------------------------------------------- */

#pragma once

#include <CFKit/GUIDWrapper.hpp>
#include <NewKit/Array.hpp>
#include <NewKit/ArrayList.hpp>
#include <NewKit/Defines.hpp>
#include <NewKit/ErrorOr.hpp>
#include <NewKit/Ref.hpp>
#include <NewKit/Stream.hpp>
#include <NewKit/String.hpp>

namespace NewOS::XRN::Version1
{
	Ref<GUIDSequence*>				make_sequence(const ArrayList<UShort>& seq);
	ErrorOr<Ref<NewOS::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
} // namespace NewOS::XRN::Version1