/* * trap.h * $Id: trap.h,v 1.2 2002/05/02 07:28:27 sbeyer Exp $ * Christoph Berg * * 011213 */ #ifndef TRAP_H #define TRAP_H 1 #define TRAP_MEMLOC 0x200 void dlx_host_trap(); #endif