[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.1, Wed Jan 25 00:04:14 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN

Merge up to 2.6.16-rc1

#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);

#endif /* __MPC83XX_H__ */