https://github.com/torvalds/linux
Raw File
Tip revision: e816b57a337ea3b755de72bec38c10c864f23015 authored by Linus Torvalds on 16 April 2012, 01:28:29 UTC
Linux 3.4-rc3
Tip revision: e816b57
sam9_smc.h
/*
 * linux/arch/arm/mach-at91/sam9_smc.
 *
 * Copyright (C) 2008 Andrew Victor
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

extern void __init at91sam9_ioremap_smc(int id, u32 addr);
back to top