kmalloc, kfree, etc => malloc, free, etc
[ust.git] / libust / marker-control.c
index c874c946d5647ee8d7ea4f90a1270464dfa6a5e6..a24a94c6876e747ef7a7e30b5e8cd62267e8a302 100644 (file)
  * LTT marker control module over /proc
  */
 
-//ust// #include <linux/proc_fs.h>
-//ust// #include <linux/module.h>
-//ust// #include <linux/stat.h>
-//ust// #include <linux/vmalloc.h>
-//ust// #include <linux/marker.h>
-//ust// #include <linux/ltt-tracer.h>
-//ust// #include <linux/uaccess.h>
-//ust// #include <linux/string.h>
-//ust// #include <linux/ctype.h>
-//ust// #include <linux/list.h>
-//ust// #include <linux/mutex.h>
-//ust// #include <linux/seq_file.h>
-//ust// #include <linux/slab.h>
 #include <ctype.h>
+#include <stdlib.h>
 
-#include "kernelcompat.h"
-//#include "list.h"
+#include <ust/kernelcompat.h>
 #include "tracer.h"
 #include "usterr.h"
 
This page took 0.023327 seconds and 4 git commands to generate.