blob: 3d3b3cdd10d83dcc4756db4d1d64520c5f4749ac [file] [log] [blame]
// Copyright 2019 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.
#pragma once
#include <ddk/metadata.h>
// "SyM"
#define SYSMEM_METADATA (0x53794d00 | DEVICE_METADATA_PRIVATE)
typedef struct {
uint32_t vid;
uint32_t pid;
uint64_t protected_memory_size;
} sysmem_metadata_t;