microsoft/mu_feature_ffa
Publicmirrored from https://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Library/SecurePartitionServicesTableLib/SecurePartitionServicesTableLib.c
13lines · modeblame
18f967cdKun Qin1 years ago | 1 | /** @file |
| 2 | Services table for the Secure Partition on ARM platforms. | |
| 3 | | |
| 4 | Copyright (c), Microsoft Corporation. | |
| 5 | SPDX-License-Identifier: BSD-2-Clause-Patent | |
| 6 | | |
| 7 | **/ | |
| 8 | | |
| 9 | #include <PiMm.h> | |
| 10 | | |
| 11 | #include <Library/SecurePartitionServicesTableLib.h> | |
| 12 | | |
| 13 | SECURE_PARTITION_SERVICES_TABLE *gSpst = NULL; |