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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
arm-raspi
/
boot
/
include
/
serialdebug.h
blob
bd7f78f5e4ebcfa4be38f9449eae42b9bf2d7e15
1
/*
2
Copyright � 2013, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef SERIALDEBUG_H_
7
#define SERIALDEBUG_H_
8
9
#include <inttypes.h>
10
11
extern
void
serInit
();
12
//void waitBusy();
13
extern
void
waitSerIN
();
14
extern
void
waitSerOUT
();
15
extern
void
putByte
(
uint8_t
chr
);
16
17
#endif
/* SERIALDEBUG_H_ */