Subversion Repositories Kolibri OS

Rev

Rev 3391 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef _ASM_GENERIC_BUG_H
  2. #define _ASM_GENERIC_BUG_H
  3.  
  4.  
  5.  
  6. #define WARN(condition, format...) ({                               \
  7.     int __ret_warn_on = !!(condition);                              \
  8.     unlikely(__ret_warn_on);                                        \
  9. })
  10.  
  11.  
  12. #endif
  13.