Export msiiep_swap_endian(onoff) from msiiep.c to turn on/off

automagic endian swapping performed by PCI controller.  Need it in
several places where we want to enter PROM repl.
This commit is contained in:
uwe 2001-12-11 03:24:46 +00:00
parent 32f7e7abff
commit 814a815542
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.47 2001/12/04 00:05:05 darrenr Exp $ */
/* $NetBSD: cpu.h,v 1.48 2001/12/11 03:24:46 uwe Exp $ */
/*
* Copyright (c) 1992, 1993
@ -251,6 +251,8 @@ int emulinstr __P((int, struct trapframe *));
void mp_pause_cpus __P((void));
void mp_resume_cpus __P((void));
void mp_halt_cpus __P((void));
/* msiiep.c */
void msiiep_swap_endian __P((int));
/*
*