repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
mvme68k
/
stand
/
libbug
/
outstr.c
blob
364d0e96e0f5632d133f518cd3af16a807db76ba
1
/* $NetBSD: outstr.c,v 1.2 1996/05/17 19:50:57 chuck Exp $ */
2
3
/*
4
* bug routines -- assumes that the necessary sections of memory
5
* are preserved.
6
*/
7
#include <sys/types.h>
8
#include <machine/prom.h>
9
10
#include
"libbug.h"
11
12
void
13
mvmeprom_outstr
(
char
*
start
,
char
*
end
)
14
{
15
16
MVMEPROM_ARG1
(
end
);
17
MVMEPROM_ARG2
(
start
);
18
MVMEPROM_CALL
(
MVMEPROM_OUTSTR
);
19
}