Dhrystone Benchmark Program C/1 12/01/84

Dependencies:   mbed

Revision:
0:f96b0b385ec4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dhry.h	Fri Jun 13 18:30:37 2014 +0000
@@ -0,0 +1,17 @@
+
+#ifndef _DHRY_H
+#define _DHRY_H
+
+#define LOOPS   512
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void Proc0 (void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif