summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/confdefs.h
blob: 85bc2d6175197072bb1b2493708b903ab704cfa0 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __confdefs_h
#define __confdefs_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <confdefs.h> is deprecated, use <rtems/confdefs.h> instead
#endif
#include <rtems/confdefs.h>
#endif