Subversion Repositories Kolibri OS

Rev

Rev 3391 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3031 serge 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