Trust uboot's device list only if it does not look suspicious.
[AROS.git] / compiler / coolimages / warnimage.c
blobaada779d6c0a1cd7ac58ce9105bbcd7538c9827f
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "coolimages.h"
8 #define WARNIMAGE_WIDTH 7
9 #define WARNIMAGE_HEIGHT 16
10 #define WARNIMAGE_COLORS 3
12 static const UBYTE warnimage_data[] =
14 00,00,02,02,02,00,00,
15 00,00,02,02,02,02,01,
16 00,00,02,02,02,02,01,
17 00,00,02,02,02,02,01,
18 00,02,02,02,02,01,00,
19 00,02,02,02,02,01,00,
20 00,02,02,02,02,01,00,
21 00,02,02,02,02,01,00,
22 00,02,02,02,01,00,00,
23 00,02,02,02,01,00,00,
24 00,00,01,01,01,00,00,
25 00,00,00,00,00,00,00,
26 00,02,02,02,02,00,00,
27 02,02,02,02,02,01,00,
28 02,02,02,02,02,01,00,
29 00,01,01,01,01,00,00
32 static const UBYTE warnimage_pal[] =
34 0xb3,0xb3,0xb3,0x00,0x00,0x00,
35 0xb6,0x37,0xb6
38 const struct CoolImage cool_warnimage =
40 warnimage_data,
41 warnimage_pal,
42 WARNIMAGE_WIDTH,
43 WARNIMAGE_HEIGHT,
44 WARNIMAGE_COLORS