| /* Copyright 2025 The ChromiumOS Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| #ifndef VBOOT_REFERENCE_VB2_GPT_H_ | |
| #define VBOOT_REFERENCE_VB2_GPT_H_ | |
| #include "cgptlib.h" | |
| #include "gpt.h" | |
| #include "gpt_misc.h" | |
| #endif /* VBOOT_REFERENCE_VB2_GPT_H_ */ |