Trust uboot's device list only if it does not look suspicious.
[AROS.git] / compiler / coolimages / cancelimage.c
blob6a61cf176404786fea824d2aa4a6e1ece2d68bec
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
9 #include "coolimages.h"
11 #define CANCELIMAGE_WIDTH 14
12 #define CANCELIMAGE_HEIGHT 16
13 #define CANCELIMAGE_COLORS 3
15 static const UBYTE cancelimage_data[] =
17 00,00,00,00,00,00,00,00,00,00,02,02,02,00,
18 00,02,02,01,00,00,00,00,00,02,02,02,02,01,
19 02,02,02,02,01,00,00,00,02,02,02,02,02,01,
20 02,02,02,02,02,01,00,02,02,02,02,02,01,00,
21 00,02,02,02,02,02,02,02,02,02,02,01,00,00,
22 00,00,02,02,02,02,02,02,02,02,01,00,00,00,
23 00,00,00,02,02,02,02,02,02,01,00,00,00,00,
24 00,00,00,00,02,02,02,02,01,00,00,00,00,00,
25 00,00,00,02,02,02,02,02,02,02,00,00,00,00,
26 00,00,02,02,02,02,02,02,02,02,02,00,00,00,
27 00,02,02,02,02,02,01,01,02,02,02,02,00,00,
28 00,02,02,02,02,01,00,00,01,02,02,02,02,00,
29 02,02,02,02,01,00,00,00,00,01,02,02,02,01,
30 02,02,02,01,00,00,00,00,00,00,01,02,02,01,
31 02,02,02,01,00,00,00,00,00,00,00,01,01,00,
32 00,01,01,00,00,00,00,00,00,00,00,00,00,00
35 static const UBYTE cancelimage_pal[] =
37 0xb3,0xb3,0xb3,0x00,0x00,0x00,
38 0xdb,0x20,0x26
41 const struct CoolImage cool_cancelimage =
43 cancelimage_data,
44 cancelimage_pal,
45 CANCELIMAGE_WIDTH,
46 CANCELIMAGE_HEIGHT,
47 CANCELIMAGE_COLORS