diff options
Diffstat (limited to 'roms/edk2/CryptoPkg/Library/Include/sys/syscall.h')
-rw-r--r-- | roms/edk2/CryptoPkg/Library/Include/sys/syscall.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/edk2/CryptoPkg/Library/Include/sys/syscall.h b/roms/edk2/CryptoPkg/Library/Include/sys/syscall.h new file mode 100644 index 000000000..ead0d7b96 --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/Include/sys/syscall.h @@ -0,0 +1,11 @@ +/** @file
+ Include file to support building the third-party cryptographic library.
+
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2019, Red Hat, Inc.
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <CrtLibSupport.h>
+
|