source: rtems/cpukit/backward/asm.h @ fb42d2b

4.104.114.84.95
Last change on this file since fb42d2b was e737471, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/21/05 at 06:17:47

New header guards.

  • Property mode set to 100644
File size: 197 bytes
RevLine 
[736f024]1/**
2 * @file asm.h
3 * @deprecated
4 */
5
[e737471]6#ifndef _ASM_H
7#define _ASM_H
[04d13bc]8#ifndef RTEMS_NO_WARN_DEPRECATED
9#warning <asm.h> is deprecated, use <rtems/asm.h> instead
10#endif
11#include <rtems/asm.h>
12#endif
Note: See TracBrowser for help on using the repository browser.