repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
ppc-chrp
/
pegasos
/
kernel
/
kernel_debug.c
blob
00d56f8710587b162b8537e009cc9830d500325f
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <bootconsole.h>
7
8
#include
"kernel_base.h"
9
#include
"kernel_debug.h"
10
11
int
krnPutC
(
int
c
,
struct
KernelBase
*
KernelBase
)
12
{
13
serial_Putc
(
c
);
14
return
1
;
15
}