index
:
mykernel
master
simple x86 kernel
Aleksa Vuckovic
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
source
/
shell
/
neofetch.h
blob: d629d3c50858908b14eb1666d1646245927aff80 (
plain
)
1
2
3
4
5
6
#ifndef SOURCE_SHELL_NEOFETCH
#define SOURCE_SHELL_NEOFETCH
void
neofetch
(
void
);
#endif