repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
i386
/
include
/
return.h
blob
27947533821d60024ed2a021a487e493bb827148
1
/* $NetBSD$ */
2
3
#ifndef _I386_RETURN_H_
4
#define _I386_RETURN_H_
5
6
void
*
return_address
(
unsigned int
);
7
8
#endif
/* _I386_RETURN_H_ */