root/sys/arch/sun2/include/frame.h
/*      $NetBSD: frame.h,v 1.2 2026/03/28 01:44:37 thorpej Exp $        */

#ifndef _SUN2_FRAME_H_
#define _SUN2_FRAME_H_

#include <m68k/frame.h>

#ifdef _KERNEL
int _nodb_trap(int, struct trapframe *);
#define MACHINE_KDEBUG_TRAP_FALLBACK(t, f) _nodb_trap((t), (f))
#endif /* _KERNEL */

#endif /* _SUN2_FRAME_H_ */