mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 02:10:02 +08:00
13 lines
227 B
C
13 lines
227 B
C
/**
|
|
* @file spurious.h
|
|
* @deprecated
|
|
*/
|
|
|
|
#ifndef _SPURIOUS_H
|
|
#define _SPURIOUS_H
|
|
#ifndef RTEMS_NO_WARN_DEPRECATED
|
|
#warning <spurious.h> is deprecated, use <rtems/spurious.h> instead
|
|
#endif
|
|
#include <rtems/spurious.h>
|
|
#endif
|