summaryrefslogtreecommitdiff
path: root/sys/arch/evbcf/include/reg.h
blob: 41d6f9b925c200ab8fb79b895cee020dad9573a0 (plain)
1
2
3
4
5
6
7
8
/*	$NetBSD: reg.h,v 1.1 2013/07/18 22:08:59 matt Exp $	*/

#ifndef _MACHINE_REG_H_
#define	_MACHINE_REG_H_

#include <m68k/reg.h>

#endif /* _MACHINE_REG_H_ */
5ae6f40a003e1e386bdb6c'>update linux_sys_socket() to understand the flags that are nowchs 2009-11-28Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support.dsl 2009-06-17Add a new linux_msghdr structure, as its size differs on 64bit archs.njoly 2009-06-16Add LINUX_CMSG_{SPACE,LEN} macros. Use then when calculating thenjoly 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-07-01Fix long-term breakage in the definition of 'control' data for linux.dsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2005-12-11merge ktrace-lwp.christos 2005-05-03First work on COMPAT_LINUX/amd64manu 2003-07-27More complete sendmsg(2) and recvmsg(2) emulation:jdolecek 2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21 2001-09-22Enable Mips Linux emulation in header filesmanu 2001-01-19Added Linux compatibility support for powerpc portsmanu