]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ppc_arch.h
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / ppc_arch.h
CommitLineData
0e716d92 1#ifndef __PPC_ARCH_H__
0f113f3e 2# define __PPC_ARCH_H__
0e716d92
AP
3
4extern unsigned int OPENSSL_ppccap_P;
5
0f113f3e
MC
6# define PPC_FPU64 (1<<0)
7# define PPC_ALTIVEC (1<<1)
8# define PPC_CRYPTO207 (1<<2)
0e716d92
AP
9
10#endif