X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Frandom.h;h=35539e43844a927a8e69bdc3687e85e24b47f19e;hb=HEAD;hp=4141cd0f21af67d61fcbbdd2b42e8b3e8f120762;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/wrapper/random.h b/wrapper/random.h deleted file mode 100644 index 4141cd0f..00000000 --- a/wrapper/random.h +++ /dev/null @@ -1,21 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only) - * - * wrapper/random.h - * - * wrapper around bootid read. Using KALLSYMS to get its address when - * available, else we need to have a kernel that exports this function to GPL - * modules. - * - * Copyright (C) 2011-2012 Mathieu Desnoyers - */ - -#ifndef _LTTNG_WRAPPER_RANDOM_H -#define _LTTNG_WRAPPER_RANDOM_H - -#include - -#define BOOT_ID_LEN LTTNG_MODULES_UUID_STR_LEN - -int wrapper_get_bootid(char *bootid); - -#endif /* _LTTNG_WRAPPER_RANDOM_H */