Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/kexec.h>
#include <linux/seq_file.h>
#include <linux/of_platform.h>
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/prom.h>
#include <asm/time.h>
#include <asm/udbg.h>
#include "flipper-pic.h"
#include "usbgecko_udbg.h"
Go to the source code of this file.
Functions | |
define_machine (gamecube) | |
device_initcall (gamecube_device_probe) | |
define_machine | ( | gamecube | ) |
Definition at line 78 of file gamecube.c.
device_initcall | ( | gamecube_device_probe | ) |