arch/ppc-native/processor: Don't build for non-native PPC targets
[AROS.git] / workbench / devs / diskimage / ra_gui / images / list_cd.c
blob21b40e23c5b07b70def0a13de9e2cdfba5e87172
1 /*
2 Data for "list_cd" Image
3 */
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip list_cdData[16] =
10 0x0000,0x0000,0x07E0,0x0A90,0x1528,0x2804,0x3184,0x2A44,
11 0x3244,0x2184,0x2804,0x1008,0x0810,0x07E0,0x0000,0x0000
14 struct Image list_cd =
16 0, 0, /* LeftEdge, TopEdge */
17 16, 16, 1, /* Width, Height, Depth */
18 list_cdData, /* ImageData */
19 0x0001, 0x0000, /* PlanePick, PlaneOnOff */
20 NULL /* NextImage */