blob: 0f579c76eff71e8c81dc08483ee881c4a142c89f [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.
@available(added=11)
library fuchsia.fs;
type VfsType = flexible enum {
BLOBFS = 0x9e694d21;
FATFS = 0xce694d21;
MINFS = 0x6e694d21;
MEMFS = 0x3e694d21;
FACTORYFS = 0x1e694d21;
FXFS = 0x73667866;
F2FS = 0xfe694d21;
};