aboutsummaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/ppc_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/ppc_arch.h')
-rw-r--r--deps/openssl/openssl/crypto/ppc_arch.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/ppc_arch.h b/deps/openssl/openssl/crypto/ppc_arch.h
new file mode 100644
index 0000000000..b50ec996a5
--- /dev/null
+++ b/deps/openssl/openssl/crypto/ppc_arch.h
@@ -0,0 +1,10 @@
+#ifndef __PPC_ARCH_H__
+# define __PPC_ARCH_H__
+
+extern unsigned int OPENSSL_ppccap_P;
+
+# define PPC_FPU64 (1<<0)
+# define PPC_ALTIVEC (1<<1)
+# define PPC_CRYPTO207 (1<<2)
+
+#endif