blob: 973e06580e508cc126fb6960d76dda071945411e (
plain)
1
2
3
4
5
6
|
/* $OpenBSD: intr.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */
/* $NetBSD: intr.h,v 1.4 2002/09/28 15:44:29 chris Exp $ */
#include <arm/footbridge/footbridge_intr.h>
#define splassert(wantipl) do { /* nada */ } while (0)
|