Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.3-rc2 18 lines 386 B view raw
1/* 2 * Arch specific extensions to struct device 3 * 4 * This file is released under the GPLv2 5 */ 6 7struct dev_archdata { 8}; 9 10struct platform_device; 11/* allocate contiguous memory chunk and fill in struct resource */ 12int platform_resource_setup_memory(struct platform_device *pdev, 13 char *name, unsigned long memsize); 14 15void plat_early_device_setup(void); 16 17struct pdev_archdata { 18};