repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
include
/
bsp_serial.h
blob
82b1c54d28f4a92a7e0aadb201432806a0922a53
1
#ifndef _BSP_SERIAL_H_
2
#define _BSP_SERIAL_H_
3
4
void
bsp_ser_init
(
void
);
5
void
bsp_ser_putc
(
char
c
);
6
7
#endif
/* _BSP_SERIAL_H_ */