cregit-Linux how code gets into the kernel

Release 4.11 tools/testing/radix-tree/linux/kernel.h

#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


#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))

#endif /* _KERNEL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox5294.55%685.71%
Ross Zwisler35.45%114.29%
Total55100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.