microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3d4b142bc3f2df66be0148459e45a92d4a1edf2c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/SecurePartitionServicesTableLib/SecurePartitionServicesTableLib.c

13lines · modecode

1/** @file
2 Services table for the Secure Partition on ARM platforms.
3
4Copyright (c), Microsoft Corporation.
5SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#include <PiMm.h>
10
11#include <Library/SecurePartitionServicesTableLib.h>
12
13SECURE_PARTITION_SERVICES_TABLE *gSpst = NULL;
14