2 * Copyright (C) 1996 Paul Mackerras.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
9 #include <asm/machdep.h>
13 void xmon_map_scc(void)
17 int xmon_write(const void *ptr
, int nb
)
19 return udbg_write(ptr
, nb
);
22 int xmon_readchar(void)
29 int xmon_read_poll(void)
32 return udbg_getc_poll();