comparison packages/compat/linux/current/include/asm/bug.h @ 522:726ecf119e30

Add new Linux kernel compatibility package. Not a compatibility layer for Linux applications, but Linux drivers and filesystems. Intended for an updated JFFS2.
author jlarmour
date Wed, 22 Jan 2003 01:10:41 +0000
parents
children
comparison
equal deleted inserted replaced
521:c3f83515903f 522:726ecf119e30
1 #ifndef __ASM_BUG_H__
2 #define __ASM_BUG_H__
3
4 #define BUG() do { diag_printf("BUG() at %s %d\n", __FILE__, __LINE__); *(int *)0=0; } while (0)
5
6 #endif /* __ASM_BUG_H__ */