ltt-control 0.37
[lttv.git] / ltt-usertrace / ltt / ltt-usertrace.h
index 91eff768ae4fdb6add2470890a29886ca1edf0c2..c5b50a5cc9a69b754af5c0a9d62bc705139fd4c2 100644 (file)
@@ -76,10 +76,10 @@ extern "C" {
 #endif
 
 #ifdef __arm__
-#define __NR_ltt_trace_generic 322
-#define __NR_ltt_register_generic      323
+#define __NR_ltt_trace_generic 347
+#define __NR_ltt_register_generic      348
 #undef NR_syscalls
-#define NR_syscalls 324
+#define NR_syscalls 349
 #endif
 
 //FIXME : setup for MIPS
@@ -96,7 +96,7 @@ extern "C" {
 #ifndef LTT_BLOCKING
 #define LTT_BLOCKING 0
 #endif //LTT_BLOCKING
-                                                                                                                        
+
 typedef unsigned int ltt_facility_t;
 
 struct user_facility_info {
This page took 0.022663 seconds and 4 git commands to generate.