diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1996-03-10 08:42:54 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1996-03-10 08:42:54 +0000 |
| commit | e1743d02cd14069f69a50bb8a6c626c1c6f47ddd (patch) | |
| tree | ab85b2b967b056b586d4e20e909a63357cd88185 /sys/alpha/linux/linux.h | |
| parent | 7c1b69d88139c03f62bd238852c8d6cb9d97e59c (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux.h')
| -rw-r--r-- | sys/alpha/linux/linux.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index af0eb04319f89..cf97265b44dff 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1994-1995 Søren Schmidt + * Copyright (c) 1994-1996 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -25,11 +25,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.h,v 1.5 1996/03/02 19:37:47 peter Exp $ + * $Id: linux.h,v 1.6 1996/03/03 19:07:49 peter Exp $ */ #ifndef _I386_LINUX_LINUX_H_ #define _I386_LINUX_LINUX_H_ +#include "i386/linux/linux_syscall.h" typedef unsigned short linux_uid_t; typedef unsigned short linux_gid_t; @@ -97,13 +98,20 @@ struct linux_sigframe { sig_t sf_handler; }; +extern int bsd_to_linux_errno[]; extern int bsd_to_linux_signal[]; extern int linux_to_bsd_signal[]; +extern char linux_sigcode[]; +extern int linux_szsigcode; +extern const char linux_emul_path[]; +extern struct sysent linux_sysent[LINUX_SYS_MAXSYSCALL]; extern struct sysentvec linux_sysvec; +extern struct sysentvec elf_linux_sysvec; +/* dummy struct definitions */ struct image_params; -int linux_fixup __P((int **stack_base, struct image_params *iparams)); +struct trapframe; /* misc defines */ #define LINUX_NAME_MAX 255 |
