don't need private `imb' inline anymore.

This commit is contained in:
thorpej 1999-11-30 22:32:08 +00:00
parent 71b188db88
commit 12f7832ebc
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: common.h,v 1.11 1999/08/18 20:00:27 cgd Exp $ */
/* $NetBSD: common.h,v 1.12 1999/11/30 22:32:08 thorpej Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@ -30,8 +30,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define alpha_pal_imb() __asm__("imb")
void OSFpal __P((void));
void init_prom_calls __P((void));
void halt __P((void));