RTEMS
6.1-rc1
cpukit
libfs
src
jffs2
include
asm
bug.h
1
#ifndef __ASM_BUG_H__
2
#define __ASM_BUG_H__
3
4
#include <
assert.h
>
5
6
#define BUG() assert(0)
7
8
#define WARN_ON(condition) do { } while (0)
9
10
#endif
/* __ASM_BUG_H__ */
assert.h
This header file provides the interfaces of the Assert Handler.
Generated by
1.9.4