blob: d79018b3129b921a638773bbb44ee5176facc3cd [file] [log] [blame]
/*
* 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 */