Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/of_platform.h>
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/time.h>
#include <asm/8xx_immap.h>
#include <asm/cpm1.h>
#include <asm/fs_pd.h>
#include <asm/udbg.h>
#include "mpc86xads.h"
#include "mpc8xx.h"
Go to the source code of this file.
Data Structures | |
struct | cpm_pin |
Functions | |
machine_device_initcall (mpc86x_ads, declare_of_platform_devices) | |
define_machine (mpc86x_ads) | |
define_machine | ( | mpc86x_ads | ) |
Definition at line 138 of file mpc86xads_setup.c.
machine_device_initcall | ( | mpc86x_ads | , |
declare_of_platform_devices | |||
) |