This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
69b94dad00
banan-os
/
kernel
/
include
/
kernel
/
Serial.h
11 lines
102 B
C++
Raw
Blame
History
#
pragma once
namespace
Serial
{
void
initialize
(
)
;
bool
is_initialized
(
)
;
void
putchar
(
char
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink