]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/compat/linux/v2_0/include/asm/bug.h
Initial revision
[karo-tx-redboot.git] / packages / compat / linux / v2_0 / include / asm / bug.h
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__ */