blob: 47fb822b8afa1d416ebdce82a74332ffd643f746 [file] [log] [blame]
// Copyright 2022 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 "src/lib/storage/fs_management/c/fvm.h"
#include "src/lib/storage/fs_management/cpp/fvm.h"
zx_status_t fvm_init(int fd, size_t slice_size) { return fs_management::FvmInit(fd, slice_size); }