]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/sysdep.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / bfin / sysdep.h
1 /*
2  * libc/sysdeps/linux/bfin/sysdep.h
3  *
4  * Copyright (C) 2007 Analog Devices Inc.
5  *
6  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7  */
8
9 #ifndef __BFIN_SYSDEP_H__
10 #define __BFIN_SYSDEP_H__
11
12 #include <common/sysdep.h>
13
14 #ifdef __ASSEMBLER__
15
16 #define ENTRY(sym) .global sym; .type sym, STT_FUNC; sym:
17 #define ENDPROC(sym) .size sym, . - sym
18
19 #endif
20
21 #endif