summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/imfs.h
blob: fbbbbd977ae007e09606504000b028d787c12355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @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