Use kernel 3.13 syscall tables for MIPS32
[lttng-modules.git] / instrumentation / syscalls / headers / syscalls_pointers.h
... / ...
CommitLineData
1#ifdef CONFIG_X86_64
2#include "x86-64-syscalls-3.10.0-rc7_pointers.h"
3#endif
4
5#ifdef CONFIG_X86_32
6#include "x86-32-syscalls-3.1.0-rc6_pointers.h"
7#endif
8
9#ifdef CONFIG_ARM
10#include "arm-32-syscalls-3.4.25_pointers.h"
11#endif
12
13#ifdef CONFIG_PPC
14#include "powerpc-32-syscalls-3.0.34_pointers.h"
15#endif
16
17#ifdef CONFIG_CPU_MIPS32
18#include "mips-32-syscalls-3.13.0_pointers.h"
19#endif
This page took 0.025041 seconds and 4 git commands to generate.