mirror of
https://github.com/Dasharo/openSIL.git
synced 2026-03-06 14:55:09 -08:00
25 lines
648 B
C
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>
|