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
mkfs: move directory entry manipulation
[minix.git]
/
kernel
/
arch
/
i386
/
include
/
direct_utils.h
blob
5b7943d74f4a4644c107de0fd825ff7952e1c977
1
#ifndef MB_UTILS_H
2
#define MB_UTILS_H
3
4
#include
"kernel/kernel.h"
5
6
void
direct_cls
(
void
);
7
void
direct_print
(
const char
*);
8
void
direct_print_char
(
char
);
9
int
direct_read_char
(
unsigned char
*);
10
11
#endif