]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-omk-template/libbar/bar.h
OMK template example applications print APP_VER_ID instead of common SW_VER_ID.
[rtems-devel.git] / rtems-omk-template / libbar / bar.h
1 #ifndef _BAR_H_
2 #define _BAR_H_
3
4 int function1(int);
5 int function2(char *);
6
7 #endif /*_BAR_H_*/