/*
 * Copyright 2024 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __GSC_UTILS_BOOT_PARAM_PLATFORM_HOST_H
#define __GSC_UTILS_BOOT_PARAM_PLATFORM_HOST_H

#include "boot_param_types.h"

#ifdef __cplusplus
extern "C" {
#endif

extern struct dice_config_s g_dice_config;

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* __GSC_UTILS_BOOT_PARAM_PLATFORM_HOST_H */
