No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / sparc64 / include / frame.h
blobebe9c07b49cc03d16c2af195bc3b87cc0fa7233d
1 /* $NetBSD: frame.h,v 1.14 2005/12/11 12:19:10 christos Exp $ */
3 #include <sparc/frame.h>
5 #ifndef _LOCORE
6 void *getframe(struct lwp *, int, int *);
7 #endif