summaryrefslogtreecommitdiff
path: root/nacl/cpucycles/powerpcmacos.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/cpucycles/powerpcmacos.h')
-rw-r--r--nacl/cpucycles/powerpcmacos.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/nacl/cpucycles/powerpcmacos.h b/nacl/cpucycles/powerpcmacos.h
deleted file mode 100644
index f66c0e36..00000000
--- a/nacl/cpucycles/powerpcmacos.h
+++ /dev/null
@@ -1,27 +0,0 @@
1/*
2cpucycles powerpcmacos.h version 20060319
3D. J. Bernstein
4Public domain.
5*/
6
7#ifndef CPUCYCLES_powerpcmacos_h
8#define CPUCYCLES_powerpcmacos_h
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14extern long long cpucycles_powerpcmacos(void);
15extern long long cpucycles_powerpcmacos_persecond(void);
16
17#ifdef __cplusplus
18}
19#endif
20
21#ifndef cpucycles_implementation
22#define cpucycles_implementation "powerpcmacos"
23#define cpucycles cpucycles_powerpcmacos
24#define cpucycles_persecond cpucycles_powerpcmacos_persecond
25#endif
26
27#endif