Files
rtems/cpukit/backward/imfs.h
T
2005-02-21 06:17:47 +00:00

13 lines
203 B
C

/**
* @file imfs.h
* @deprecated
*/
#ifndef _IMFS_H
#define _IMFS_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <imfs.h> is deprecated, use <rtems/imfs.h> instead
#endif
#include <rtems/imfs.h>
#endif