2009-08-30 19:15:51 +00:00
|
|
|
/*
|
|
|
|
* Ralink RT288x SoC specific platform definitions
|
|
|
|
*
|
2011-01-26 20:48:33 +00:00
|
|
|
* Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
|
2009-08-30 19:15:51 +00:00
|
|
|
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_MACH_RT288X_PLATFORM_H
|
|
|
|
#define __ASM_MACH_RT288X_PLATFORM_H
|
|
|
|
|
|
|
|
struct physmap_flash_data;
|
|
|
|
|
2011-01-26 20:48:33 +00:00
|
|
|
void rt288x_register_flash(unsigned int id, struct physmap_flash_data *pdata);
|
|
|
|
void rt288x_register_wifi(void);
|
2009-08-30 19:15:51 +00:00
|
|
|
|
2010-07-15 19:45:43 +00:00
|
|
|
extern struct ramips_eth_platform_data rt288x_eth_data;
|
2011-01-26 20:48:33 +00:00
|
|
|
void rt288x_register_ethernet(void);
|
2010-07-15 19:45:43 +00:00
|
|
|
|
2011-01-26 20:48:50 +00:00
|
|
|
void rt288x_register_wdt(void);
|
|
|
|
|
2009-08-30 19:15:51 +00:00
|
|
|
#endif /* __ASM_MACH_RT288X_PLATFORM_H */
|