summaryrefslogtreecommitdiff
path: root/testsuites/include/tmtests_empty_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/include/tmtests_empty_function.h')
-rw-r--r--testsuites/include/tmtests_empty_function.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/include/tmtests_empty_function.h b/testsuites/include/tmtests_empty_function.h
new file mode 100644
index 0000000..a47df61
--- /dev/null
+++ b/testsuites/include/tmtests_empty_function.h
@@ -0,0 +1,23 @@
+/*
+ * Prototypes for RTEMS tmtests_empty_function.c.
+ *
+ * COPYRIGHT (c) 2011, Ralf Corsépius, Ulm/Germany.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef _TMTESTS_EMPTY_FUNCTION_H
+#define _TMTESTS_EMPTY_FUNCTION_H
+
+#include <rtems/rtems/status.h>
+
+extern rtems_status_code benchmark_timer_empty_function( void );
+
+extern void benchmark_timer_empty_operation(
+ int iteration,
+ void *argument
+);
+
+#endif /* _TMTESTS_EMPTY_FUNCTION_H */