]> rtime.felk.cvut.cz Git - rtems-pluggable-edf.git/blob - rtems-omk-template/libbar/bar.h
Add 'tools' directory with precompiled i386 toolchain for 4.11
[rtems-pluggable-edf.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_*/