Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()

prototypes.
This commit is contained in:
peter 1999-07-01 22:47:53 +00:00
parent 13cc92f984
commit 45332ea239
2 changed files with 12 additions and 2 deletions

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: md_var.h,v 1.5 1998/10/30 05:41:13 msmith Exp $
* $Id: md_var.h,v 1.6 1999/07/01 21:58:38 peter Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@ -43,6 +43,7 @@ struct fpreg;
struct proc;
struct reg;
struct cam_sim;
struct pcicfg;
void busdma_swi __P((void));
void cpu_halt __P((void));
@ -55,5 +56,9 @@ int set_regs __P((struct proc *, struct reg *));
int fill_fpregs __P((struct proc *, struct fpreg *));
int set_fpregs __P((struct proc *, struct fpreg *));
void alpha_register_pci_scsi __P((int bus, int slot, struct cam_sim *sim));
#ifdef _SYS_BUS_H_
int alpha_platform_setup_ide_intr(int chan, driver_intr_t *fn, void *arg);
#endif
void alpha_platform_assign_pciintr(struct pcicfg *cfg);
#endif /* !_MACHINE_MD_VAR_H_ */

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: md_var.h,v 1.5 1998/10/30 05:41:13 msmith Exp $
* $Id: md_var.h,v 1.6 1999/07/01 21:58:38 peter Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@ -43,6 +43,7 @@ struct fpreg;
struct proc;
struct reg;
struct cam_sim;
struct pcicfg;
void busdma_swi __P((void));
void cpu_halt __P((void));
@ -55,5 +56,9 @@ int set_regs __P((struct proc *, struct reg *));
int fill_fpregs __P((struct proc *, struct fpreg *));
int set_fpregs __P((struct proc *, struct fpreg *));
void alpha_register_pci_scsi __P((int bus, int slot, struct cam_sim *sim));
#ifdef _SYS_BUS_H_
int alpha_platform_setup_ide_intr(int chan, driver_intr_t *fn, void *arg);
#endif
void alpha_platform_assign_pciintr(struct pcicfg *cfg);
#endif /* !_MACHINE_MD_VAR_H_ */