blob: 06549833f2b849402d283c72a94bb44d054f9355 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Generated bytecode.
constexpr zx_bind_inst_t wagtail_insts[] = {
{0x20000001,0x1,0x3010000},{0x1000000,0x0,0x0},
};
constexpr device_fragment_part_t wagtail_fragment_part[] = {
{
.instruction_count = countof(wagtail_insts),
.match_program = wagtail_insts,
}
};
constexpr device_fragment_t wagtail = {
.name = "wagtail",
.parts_count = countof(wagtail_fragment_part),
.parts = wagtail_fragment_part,
};
// Generated bytecode.
constexpr zx_bind_inst_t redpoll_insts[] = {
{0x20000001,0x2,0x6010000},{0x1000000,0x0,0x0},
};
constexpr device_fragment_part_t redpoll_fragment_part[] = {
{
.instruction_count = countof(redpoll_insts),
.match_program = redpoll_insts,
}
};
constexpr device_fragment_t redpoll = {
.name = "redpoll",
.parts_count = countof(redpoll_fragment_part),
.parts = redpoll_fragment_part,
};
constexpr device_fragment_t wallcreeper_fragments[] {
wagtail, redpoll
};