Rev 2787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2787 | Rev 3536 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | /** @addtogroup libcarm32 |
29 | /** @addtogroup libcarm32 |
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | * @brief Empty. |
33 | * @brief |
34 | */ |
34 | */ |
35 | 35 | ||
36 | #ifndef LIBC_arm32_SYSCALL_H_ |
36 | #ifndef LIBC_arm32_SYSCALL_H_ |
37 | #define LIBC_arm32_SYSCALL_H_ |
37 | #define LIBC_arm32_SYSCALL_H_ |
38 | 38 | ||
- | 39 | #define LIBARCH_SYSCALL_GENERIC |
|
- | 40 | ||
39 | #include <syscall.h> |
41 | #include <syscall.h> |
40 | 42 | ||
41 | #endif |
43 | #endif |
42 | 44 | ||
43 | /** @} |
45 | /** @} |