X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Fkernelcompat.h;h=e6885f7dca020cf92edf25c64e5992409457db0f;hb=17bb07b445acdef0034194bdcebe113988a8db60;hp=4514b7986f0be327a0b3fdfc74d3d9d85731464a;hpb=d6322067aa791234d0d81e1a6b03b445635d5f65;p=ust.git diff --git a/include/ust/kernelcompat.h b/include/ust/kernelcompat.h index 4514b79..e6885f7 100644 --- a/include/ust/kernelcompat.h +++ b/include/ust/kernelcompat.h @@ -1,7 +1,25 @@ +/* Copyright (C) 2009 Pierre-Marc Fournier + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef KERNELCOMPAT_H #define KERNELCOMPAT_H -#include +#include +#include /* FIXME: libkcompat must not define arch-specific local ops, as ust *must* * fallback to the normal atomic ops. Fix things so we don't add them and