]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/libbar/bar.h
RTEMS template for OMK build system conforming application.
[rtems-devel.git] / rtems-omk-template / libbar / bar.h
diff --git a/rtems-omk-template/libbar/bar.h b/rtems-omk-template/libbar/bar.h
new file mode 100644 (file)
index 0000000..8093b51
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _BAR_H_
+#define _BAR_H_
+
+int function1(int);
+int function2(char *);
+
+#endif /*_BAR_H_*/