Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/sched.h>
#include <linux/proc_fs.h>
#include <asm/io.h>
#include <asm/sibyte/sb1250.h>
#include <asm/sibyte/sb1250_regs.h>
#include <asm/sibyte/sb1250_int.h>
#include <asm/sibyte/sb1250_scd.h>
Go to the source code of this file.
Data Structures | |
struct | bw_stats_struct |
Functions | |
void | check_bus_watcher (void) |
int __init | sibyte_bus_watcher (void) |
__initcall (sibyte_bus_watcher) | |
Variables | |
struct bw_stats_struct | bw_stats |
__initcall | ( | sibyte_bus_watcher | ) |
Definition at line 76 of file bus_watcher.c.
Definition at line 221 of file bus_watcher.c.
struct bw_stats_struct bw_stats |