summaryrefslogtreecommitdiffstats
path: root/crypto/ppc_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ppc_arch.h')
-rw-r--r--crypto/ppc_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h
index 65cf96fc1f..f0ae4ff047 100644
--- a/crypto/ppc_arch.h
+++ b/crypto/ppc_arch.h
@@ -22,5 +22,7 @@ extern unsigned int OPENSSL_ppccap_P;
# define PPC_CRYPTO207 (1<<2)
# define PPC_FPU (1<<3)
# define PPC_MADD300 (1<<4)
+# define PPC_MFTB (1<<5)
+# define PPC_MFSPR268 (1<<6)
#endif