repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openssl: update to 1.0.2d
[tomato.git]
/
release
/
src
/
router
/
openssl
/
crypto
/
ppc_arch.h
blob
b50ec996a5a3b4a4af04ce43007614f7448f1931
1
#ifndef __PPC_ARCH_H__
2
# define __PPC_ARCH_H__
3
4
extern
unsigned int
OPENSSL_ppccap_P
;
5
6
# define PPC_FPU64 (1<<0)
7
# define PPC_ALTIVEC (1<<1)
8
# define PPC_CRYPTO207 (1<<2)
9
10
#endif