Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: cc016448b0bf0764928275d034e367753bde8162 authored by Linus Torvalds on 14 December 2006, 01:14:23 UTC
Linux v2.6.20-rc1
Tip revision: cc01644
mpc83xx.h
#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__ */
back to top