Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/include/arch/arm/klibc/asmmacros.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1297 - (hide annotations) (download)
Fri May 27 15:12:11 2011 UTC (12 years, 11 months ago) by niro
File MIME type: text/plain
File size: 270 byte(s)
-updated to klibc-1.5.22 with mntproc definitions patch included
1 niro 532 /*
2     * usr/include/arch/arm/klibc/asmmacros.h
3     *
4     * Assembly macros used by ARM system call stubs
5     */
6    
7     #ifndef _KLIBC_ASMMACROS_H
8     #define _KLIBC_ASMMACROS_H
9    
10 niro 1297 #if _KLIBC_ARM_USE_BX
11     # define BX(x) bx x
12     #else
13     # define BX(x) mov pc, x
14     #endif
15 niro 532
16     #endif /* _KLIBC_ASMMACROS_H */