Files
openSIL/xPRF/xPRF.h
Paul Grimes 39e0cdde44 Initial commit.
Signed-off-by: Paul Grimes <paul.grimes@amd.com>
2023-06-14 08:35:34 -07:00

25 lines
648 B
C

/**
* @file xPRF.h
* @brief This file is used to define variables and macros
* used by the Host for initialization of platform specific content.
*/
/* Copyright 2021-2023 Advanced Micro Devices, Inc. All rights reserved. */
// SPDX-License-Identifier: MIT
/** @cond API_Doc
* @page TopXprf xPRF x86 Platform Reference Firmware
* The xPRF is a library used by the Host to access and configure the
* AMD silicon. Access points are for specific features or feature needs.
*
* @endcond
*
* @cond FullCode_Doc
* @defgroup xPRF_group xPRFgroup: Top level page for xPRF.
*
* @endcond
*/
#pragma once
#include <xPRF-api.h>