summaryrefslogtreecommitdiff
path: root/fifo.h
blob: 2c5469b63ddddca7f11b87a566a427308b91183e (plain)
1
2
3
4
5
6
#ifndef FIFO_H
#define FIFO_H

extern int fifo_make();

#endif