/* $OpenBSD: outch.c,v 1.2 2001/07/04 08:31:36 niklas Exp $ */ /* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include #include void mvmeprom_outchr(a) char a; { asm volatile ("mr 3, %0" : :"r" (a)); MVMEPROM_CALL(MVMEPROM_OUTCHR); }