ust: continue work
[ust.git] / share / kref.h
index 0cef6badd6fb7cc07c445986e88bfaeb5e8903ed..ffb488c69181107d42764466aab8010d96fc44d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * kref.c - library routines for handling generic reference counted objects
+ * kref.h - library routines for handling generic reference counted objects
  *
  * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
  * Copyright (C) 2004 IBM Corp.
@@ -15,8 +15,9 @@
 #ifndef _KREF_H_
 #define _KREF_H_
 
-#include <linux/types.h>
-#include <asm/atomic.h>
+//ust// #include <linux/types.h>
+//ust// #include <asm/atomic.h>
+#include <kernelcompat.h>
 
 struct kref {
        atomic_t refcount;
This page took 0.022703 seconds and 4 git commands to generate.