blob: 141fd8edbd9ac00c78160bd82b461b2dfd28fd82 [file] [log] [blame] [edit]
// 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.
// Stub implementations for files we're not yet ready to bring into the
// host-side test build.
#include <stdbool.h>
#include <stddef.h>
size_t image_getsize(void* image, size_t sz) { return 0; }
bool image_is_valid(void* image, size_t sz) { return false; }