view packages/compat/linux/current/include/asm/bug.h @ 823:19a153ac403c default tip

* Added execute permissions to files missed in conversion from CVS
author alexs
date Thu, 08 May 2003 17:42:17 +0000
parents 726ecf119e30
children
line wrap: on
line source

#ifndef __ASM_BUG_H__
#define __ASM_BUG_H__

#define BUG() do { diag_printf("BUG() at %s %d\n", __FILE__, __LINE__); *(int *)0=0; } while (0)

#endif /* __ASM_BUG_H__ */