blob: 22432a0d2a25d460d1adf191f942b1afc53e95bc [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.
#pragma once
#include <zircon/hw/gpt.h>
typedef struct guid_map {
const char name[GPT_NAME_LEN];
const uint8_t guid[GPT_GUID_LEN];
} guid_map_t;