Release 4.16 tools/testing/radix-tree/linux/kernel.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _KERNEL_H
#define _KERNEL_H
#include "../../include/linux/kernel.h"
#include <string.h>
#include <stdio.h>
#include <limits.h>
#include <linux/compiler.h>
#include <linux/err.h>
#include <linux/bitops.h>
#include <linux/log2.h>
#include "../../../include/linux/kconfig.h"
#define printk printf
#define pr_debug printk
#define pr_cont printk
#endif /* _KERNEL_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Matthew Wilcox | 45 | 91.84% | 6 | 75.00% |
Ross Zwisler | 3 | 6.12% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 2.04% | 1 | 12.50% |
Total | 49 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.