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
Remove building with NOCRYPTO option
[minix.git]
/
sys
/
arch
/
i386
/
include
/
return.h
blob
b9724cdb9cce4599af643138bd339b7660e3d8d6
1
/* $NetBSD: return.h,v 1.1 2009/11/03 05:08:18 dyoung Exp $ */
2
3
#ifndef _I386_RETURN_H_
4
#define _I386_RETURN_H_
5
6
void
*
return_address
(
unsigned int
);
7
8
#endif
/* _I386_RETURN_H_ */