blob: 4b94ab5d382f4a8794c14735f0d7dda0c3546626 [file] [log] [blame]
// Copyright 2018 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.
#include "msd.h"
magma_status_t msd_semaphore_import(uint32_t handle, msd_semaphore_t** semaphore_out)
{
return MAGMA_STATUS_UNIMPLEMENTED;
}
void msd_semaphore_release(msd_semaphore_t* semaphore) {}