[BACK]Return to mpc83xx.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / powerpc / platforms / 83xx

File: [Development] / linux-2.6-xfs / arch / powerpc / platforms / 83xx / mpc83xx.h (download)

Revision 1.4, Fri Jan 12 15:41:10 2007 UTC (10 years, 9 months ago) by donaldd.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.3: +0 -1 lines

Merge up to 2.6.20-rc4
Merge of 2.6.x-xfs-melb:linux:27915c by kenmcd.

#ifndef __MPC83XX_H__
#define __MPC83XX_H__

#include <linux/init.h>
#include <linux/device.h>

/*
 * Declaration for the various functions exported by the
 * mpc83xx_* files. Mostly for use by mpc83xx_setup
 */

extern int add_bridge(struct device_node *dev);
extern int mpc83xx_exclude_device(u_char bus, u_char devfn);
extern void mpc83xx_restart(char *cmd);
extern long mpc83xx_time_init(void);

#endif				/* __MPC83XX_H__ */