Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:17

0001 #ifndef __ASM_BUG_H__
0002 #define __ASM_BUG_H__
0003 
0004 #include <assert.h>
0005 
0006 #define BUG() assert(0)
0007 
0008 #define WARN_ON(condition) do { } while (0)
0009 
0010 #endif /* __ASM_BUG_H__ */