cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Matthew Wilcox4591.84%675.00%
Ross Zwisler36.12%112.50%
Greg Kroah-Hartman12.04%112.50%
Total49100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.