xref: /xnu-11417.140.69/bsd/arm/_limits.h (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
1 /*
2  * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
3  */
4 #ifndef _ARM__LIMITS_H_
5 #define _ARM__LIMITS_H_
6 
7 #if defined (__arm__) || defined (__arm64__)
8 
9 #define __DARWIN_CLK_TCK                100     /* ticks per second */
10 
11 #endif /* defined (__arm__) || defined (__arm64__) */
12 
13 #endif  /* _ARM__LIMITS_H_ */
14