/* * 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 #ifdef __cplusplus extern "C" { #endif /** * Export tf-a version with C++ linkage support. */ #include #include #ifdef __cplusplus } #endif #endif /* MEDIA_DISK_PARTITION_TABLE_H */