blob: 01cae106912bec714d4df34105c3305971970554 [file] [log] [blame]
Kumar Gala7d13d212006-01-13 11:19:58 -06001#ifndef __MPC83XX_H__
2#define __MPC83XX_H__
3
4#include <linux/init.h>
5#include <linux/device.h>
6
7/*
8 * Declaration for the various functions exported by the
9 * mpc83xx_* files. Mostly for use by mpc83xx_setup
10 */
11
12extern int add_bridge(struct device_node *dev);
Kumar Gala30f59332006-02-02 13:50:44 -060013extern int mpc83xx_exclude_device(u_char bus, u_char devfn);
14extern void mpc83xx_restart(char *cmd);
15extern long mpc83xx_time_init(void);
Kumar Gala7d13d212006-01-13 11:19:58 -060016
Kumar Galae060e082006-02-02 13:51:10 -060017#endif /* __MPC83XX_H__ */