10 lines
210 B
C
10 lines
210 B
C
/* $NetBSD: aout_machdep.h,v 1.11 1996/09/08 01:00:37 thorpej Exp $ */
|
|
|
|
#ifndef _MACHINE_EXEC_H_
|
|
#define _MACHINE_EXEC_H_
|
|
|
|
#define __LDPGSZ 4096 /* XXX */
|
|
#include <m68k/exec.h>
|
|
|
|
#endif /* _MACHINE_EXEC_H_ */
|