Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/device.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) "### %s(): " fmt, __func__ |
#define | selftest(result, fmt,...) |
Functions | |
late_initcall (of_selftest) | |
#define pr_fmt | ( | fmt | ) | "### %s(): " fmt, __func__ |
Definition at line 5 of file selftest.c.
Definition at line 18 of file selftest.c.
late_initcall | ( | of_selftest | ) |