/* | |
* Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef MEDIA_DISK_PARTITION_TABLE_H | |
#define MEDIA_DISK_PARTITION_TABLE_H | |
#include <stdint.h> | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/** | |
* Export tf-a version with C++ linkage support. | |
*/ | |
#include <drivers/partition/gpt.h> | |
#include <drivers/partition/partition.h> | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* MEDIA_DISK_PARTITION_TABLE_H */ |