aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/bug.h
blob: 458c818eb94e5c1ca0a028eab2d40177a2812c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __ARM_BUG_H__
#define __ARM_BUG_H__

#define BUG() __bug(__FILE__, __LINE__)
#define WARN() __warn(__FILE__, __LINE__)

#endif /* __X86_BUG_H__ */
/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */