diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-13 12:00:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-13 12:00:26 +0000 |
commit | ca7333963fd4c15f44548e95c6773d6cbdd52902 (patch) | |
tree | 2e3a7f447ccab5e59d36ef5f2e993f8d700814d0 /sys/arch/mvme88k/stand/libbug | |
parent | 5dbf55989c6ca8ed8808bdeeaa266033081eb49a (diff) |
Dusty, useless files are better found in the Attic.
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/outch.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/outch.c b/sys/arch/mvme88k/stand/libbug/outch.c deleted file mode 100644 index 6097207ea79..00000000000 --- a/sys/arch/mvme88k/stand/libbug/outch.c +++ /dev/null @@ -1,17 +0,0 @@ -/* $OpenBSD: outch.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */ - -/* - * bug routines -- assumes that the necessary sections of memory - * are preserved. - */ -#include <sys/types.h> -#include <machine/prom.h> - -void -mvmeprom_outchr(a) - char a; -{ - asm volatile ("or r2, r0, %0" : :"r" (a)); - BUG_CALL(_OUTCHR); -} - |