X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=share%2Fkref.h;h=ffb488c69181107d42764466aab8010d96fc44d8;hb=59b161cdfcaad93fee295add37090a3d991e7aa8;hp=0cef6badd6fb7cc07c445986e88bfaeb5e8903ed;hpb=183646e613012a150edf2aa814e9bc44fd67e089;p=ust.git diff --git a/share/kref.h b/share/kref.h index 0cef6ba..ffb488c 100644 --- a/share/kref.h +++ b/share/kref.h @@ -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 * Copyright (C) 2004 IBM Corp. @@ -15,8 +15,9 @@ #ifndef _KREF_H_ #define _KREF_H_ -#include -#include +//ust// #include +//ust// #include +#include struct kref { atomic_t refcount;