blob: e4fbb4be5b4d836b5484ec4611513e25f8aa2666 [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.
library fuchsia.sysmem;
type FormatModifier = struct {
/// The upper 8 bits are a vendor code as allocated in FormatModifierVendor
/// enum. The lower 56 bits are vendor-defined.
///
/// This field and the values that go in this field are defined this way for
/// compatibility reasons.
value uint64;
};