Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/etherdevice.h>
#include <linux/of_address.h>
#include <asm/prom.h>
Go to the source code of this file.
Functions | |
void | of_parse_dma_window (struct device_node *dn, const void *dma_window_prop, unsigned long *busno, unsigned long *phys, unsigned long *size) |
void of_parse_dma_window | ( | struct device_node * | dn, |
const void * | dma_window_prop, | ||
unsigned long * | busno, | ||
unsigned long * | phys, | ||
unsigned long * | size | ||
) |
Definition at line 11 of file prom_parse.c.