git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Decoupling Architectural-specific Code (#35)
[lunaix-os.git]
/
lunaix-os
/
includes
/
sdbg
/
protocol.h
1
#ifndef __LUNAIX_SDBG_PROTOCOL_H
2
#define __LUNAIX_SDBG_PROTOCOL_H
3
4
/**
5
* @brief Initialize Serial Debugger
6
*
7
*/
8
void
9
sdbg_init();
10
11
#endif /* __LUNAIX_SDBG_H */