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
updated package versions
[minix.git]
/
include
/
minix
/
crtso.h
blob
c867641e69ea3ee6fa9f3441bdcfa04d3d3bee8d
1
/* Prototypes for crtso.s. */
2
3
#ifndef _MINIX_CRTSO_H
4
#define _MINIX_CRTSO_H
5
6
_PROTOTYPE
(
void
_minix_unmapzero
, (
void
));
7
8
#endif