RTEMS  5.1
asm.h
1 /*
2  * asm.h
3  *
4  * Copyright 2010 Gedare Bloom
5  *
6  * The license and distribution terms for this file may be
7  * found in the file LICENSE in this distribution or at
8  * http://www.rtems.org/license/LICENSE.
9  */
10 
11 
12 extern void halt( void );
13