source: rtems/cpukit/backward/ringbuf.h @ f26145b

4.104.114.84.95
Last change on this file since f26145b was 736f024, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/04 at 13:44:13

Add doxygen preamble

  • Property mode set to 100644
File size: 223 bytes
Line 
1/**
2 * @file ringbuf.h
3 * @deprecated
4 */
5
6#ifndef __ringbuf_h
7#define __ringbuf_h
8#ifndef RTEMS_NO_WARN_DEPRECATED
9#warning <ringbuf.h> is deprecated, use <rtems/ringbuf.h> instead
10#endif
11#include <rtems/ringbuf.h>
12#endif
Note: See TracBrowser for help on using the repository browser.