forked from Imagelibrary/rtems
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
|