[PATCH] powerpc: Lindent platforms/83xx
[linux-2.6/x86.git] / arch / powerpc / platforms / 83xx / mpc83xx.h
blob01cae106912bec714d4df34105c3305971970554
1 #ifndef __MPC83XX_H__
2 #define __MPC83XX_H__
4 #include <linux/init.h>
5 #include <linux/device.h>
7 /*
8 * Declaration for the various functions exported by the
9 * mpc83xx_* files. Mostly for use by mpc83xx_setup
12 extern int add_bridge(struct device_node *dev);
13 extern int mpc83xx_exclude_device(u_char bus, u_char devfn);
14 extern void mpc83xx_restart(char *cmd);
15 extern long mpc83xx_time_init(void);
17 #endif /* __MPC83XX_H__ */