summaryrefslogblamecommitdiffstats
path: root/cpukit/backward/dosfs.h
blob: 2e5517202d6c0d2ae300dfedab50f54a7f226d3b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12




                






                                                             
/**
 * @file dosfs.h
 * @deprecated
 */

#ifndef __dosfs_h
#define __dosfs_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <dosfs.h> is deprecated, use <rtems/dosfs.h> instead
#endif
#include <rtems/dosfs.h>
#endif