summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/spurious.h
blob: 6d129ca3aed4d46c21c391e2492a2a49e07c383d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @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