home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fifolib-38.3-src.tgz / tar.out / contrib / fifolib / proto / fifo.h
C/C++ Source or Header  |  1996-09-28  |  259b  |  16 lines

  1. #ifndef PROTO_FIFO_H
  2. #define PROTO_FIFO_H
  3.  
  4. #ifndef CLIB_FIFO_PROTOS_H
  5. #include <clib/fifo_protos.h>
  6. #endif
  7.  
  8. #if defined(__GNUC__) && !defined(__NOINLINES__)
  9. #include <inline/fifo.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *FifoBase;
  13. #endif
  14.  
  15. #endif
  16.