// SPDX-License-Identifier: Apache-2.0 // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel #ifndef CFKIT_GUIDWIZARD_H #define CFKIT_GUIDWIZARD_H #include #include #include #include #include #include #include #include namespace Kernel::CF::XRN::Version1 { Ref cf_make_sequence(const Array& seq); ErrorOr> cf_try_guid_to_string(Ref& guid); } // namespace Kernel::CF::XRN::Version1 #endif