mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 14:48:26 +08:00
13 lines
197 B
C
13 lines
197 B
C
/**
|
|
* @file asm.h
|
|
* @deprecated
|
|
*/
|
|
|
|
#ifndef _ASM_H
|
|
#define _ASM_H
|
|
#ifndef RTEMS_NO_WARN_DEPRECATED
|
|
#warning <asm.h> is deprecated, use <rtems/asm.h> instead
|
|
#endif
|
|
#include <rtems/asm.h>
|
|
#endif
|