forked from Imagelibrary/rtems
13 lines
211 B
C
13 lines
211 B
C
/**
|
|
* @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
|