xref: /netbsd-src/sys/arch/i386/include/return.h (revision abb0f93cd77b67f080613360c65701f85e5f5cfe)
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_ */
9