summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/include/asm/bug.h
blob: 190e8cf367c0dc5b9f27d1a75a8e4b1e8927f619 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_BUG_H__
#define __ASM_BUG_H__

#include <assert.h>

#define BUG() assert(0)

#define WARN_ON(condition) do { } while (0)

#endif /* __ASM_BUG_H__ */