summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/shell/shared/lookup_semaphore.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/schedsim/shell/shared/lookup_semaphore.c')
-rw-r--r--tools/schedsim/shell/shared/lookup_semaphore.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/schedsim/shell/shared/lookup_semaphore.c b/tools/schedsim/shell/shared/lookup_semaphore.c
new file mode 100644
index 0000000000..70b08879a6
--- /dev/null
+++ b/tools/schedsim/shell/shared/lookup_semaphore.c
@@ -0,0 +1,15 @@
+/*
+ * COPYRIGHT (c) 1989-2010.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#define METHOD_NAME lookup_semaphore
+#define RTEMS_IDENT_NAME rtems_semaphore_ident
+
+#include "lookup_task.c"