blob: 59de2ca13e838e7da9af4e082738758386aff2c6 [file] [log] [blame]
/*
* Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __EEMI_API_H__
#define __EEMI_API_H__
#include "xpm_defs.h"
int xpm_get_api_version(uint32_t *version);
int xpm_get_chip_id(uint32_t *id_code, uint32_t *version);
int xpm_feature_check(const uint32_t api_id, uint32_t *const version);
#endif /* __EEMI_API_H__ */