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
ahci: centralize, fix port reset
[minix.git]
/
include
/
minix
/
crtso.h
blob
93d56f68fb7313a8a962075c16cbeaed78389722
1
/* Prototypes for crtso.s. */
2
3
#ifndef _MINIX_CRTSO_H
4
#define _MINIX_CRTSO_H
5
6
void
_minix_unmapzero
(
void
);
7
8
#endif