mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-24 21:38:19 -04:00
17 lines
533 B
C
17 lines
533 B
C
/* $NetBSD: linux32_machdep.h,v 1.2 2011/11/18 04:09:17 christos Exp $ */
|
|
|
|
#ifndef _MACHINE_LINUX32_H_
|
|
#define _MACHINE_LINUX32_H_
|
|
|
|
#include <compat/netbsd32/netbsd32.h>
|
|
|
|
#include <compat/linux32/common/linux32_types.h>
|
|
|
|
#include <compat/linux32/arch/amd64/linux32_siginfo.h>
|
|
#include <compat/linux32/arch/amd64/linux32_signal.h>
|
|
#include <compat/linux32/arch/amd64/linux32_syscallargs.h>
|
|
#include <compat/linux32/arch/amd64/linux32_syscall.h>
|
|
#include <compat/linux32/arch/amd64/linux32_machdep.h>
|
|
|
|
#endif /* _MACHINE_LINUX32_H_ */
|