Search
lxdream.org :: lxdream/test/include/machine/time.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/include/machine/time.h
changeset 185:6755a04c447f
author nkeynes
date Tue Jul 11 01:35:27 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change First commit of system test framework. 3 initial test cases (incomplete):
testide, testmath, and testta
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/include/machine/time.h Tue Jul 11 01:35:27 2006 +0000
1.3 @@ -0,0 +1,10 @@
1.4 +#ifndef _MACHTIME_H_
1.5 +#define _MACHTIME_H_
1.6 +
1.7 +#if defined(__arm__) || defined(__thumb__)
1.8 +#define _CLOCKS_PER_SEC_ 100
1.9 +#endif
1.10 +
1.11 +#endif /* _MACHTIME_H_ */
1.12 +
1.13 +
.