X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_list.h;h=9fc2e5c0aba7076eb5a1d8af10a27c4aedd6564f;hb=7617d3cee4bd93b90558206b1bb1681c07f0396a;hp=4a6928731f8acc918bfb07633458970814c7fa93;hpb=4f7c3b759e3889870c5b5e7d09b3ffcc168e5632;p=palacios.releases.git diff --git a/palacios/include/palacios/vmm_list.h b/palacios/include/palacios/vmm_list.h index 4a69287..9fc2e5c 100644 --- a/palacios/include/palacios/vmm_list.h +++ b/palacios/include/palacios/vmm_list.h @@ -1,11 +1,13 @@ -/* Stolen From Linux list implementation*/ +/* Stolen From Linux list implementation */ /* Modifications by Jack Lange */ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ #ifndef _VMM_LIST_H #define _VMM_LIST_H -// JRL FIXME -// #ifdef __V3VEE__ + +#ifdef __V3VEE__ #include @@ -531,7 +533,7 @@ static inline void hlist_add_after(struct hlist_node *n, pos = n) -// JRL FIXME -//#endif // ! __V3VEE__ + +#endif // ! __V3VEE__ #endif