mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:59:32 +08:00
13 lines
203 B
C
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
|