2016-03-16 17:05:00 +03:00
|
|
|
#ifndef __NR_mmap2
|
|
|
|
# define __NR_mmap2 192
|
|
|
|
#endif
|
2013-01-22 22:53:24 +04:00
|
|
|
|
2016-03-16 17:09:00 +03:00
|
|
|
#ifndef __ARM_NR_BASE
|
2019-04-12 21:01:36 +01:00
|
|
|
# define __ARM_NR_BASE 0x0f0000
|
2016-03-16 17:09:00 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __ARM_NR_breakpoint
|
2019-04-12 21:01:36 +01:00
|
|
|
# define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
|
2016-03-16 17:09:00 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __ARM_NR_cacheflush
|
2019-04-12 21:01:36 +01:00
|
|
|
# define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
|
2016-03-16 17:09:00 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __ARM_NR_usr26
|
2019-04-12 21:01:36 +01:00
|
|
|
# define __ARM_NR_usr26 (__ARM_NR_BASE+3)
|
2016-03-16 17:09:00 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __ARM_NR_usr32
|
2019-04-12 21:01:36 +01:00
|
|
|
# define __ARM_NR_usr32 (__ARM_NR_BASE+4)
|
2016-03-16 17:09:00 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __ARM_NR_set_tls
|
2019-04-12 21:01:36 +01:00
|
|
|
# define __ARM_NR_set_tls (__ARM_NR_BASE+5)
|
2016-03-16 17:09:00 +03:00
|
|
|
#endif
|