Fix: ensure power of 2 check handles 64-bit size_t entirely
[lttng-modules.git] / wrapper / random.h
CommitLineData
a82c63f1
MD
1#ifndef _LTTNG_WRAPPER_RANDOM_H
2#define _LTTNG_WRAPPER_RANDOM_H
3
4/*
5 * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com)
6 *
7 * wrapper around bootid read. Using KALLSYMS to get its address when
8 * available, else we need to have a kernel that exports this function to GPL
9 * modules.
10 *
11 * Dual LGPL v2.1/GPL v2 license.
12 */
13
14#define BOOT_ID_LEN 37
15
16int wrapper_get_bootid(char *bootid);
17
18#endif /* _LTTNG_WRAPPER_RANDOM_H */
This page took 0.023408 seconds and 4 git commands to generate.