]> git.saurik.com Git - apple/boot.git/blob - i386/util/cursor.h
boot-111.tar.gz
[apple/boot.git] / i386 / util / cursor.h
1 /*
2 * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
7 *
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * file.
14 *
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
22 *
23 * @APPLE_LICENSE_HEADER_END@
24 */
25 static const unsigned char waitAlpha2[] =
26 {
27 0x00,0x3f,0xfc,0x00,
28 0x03,0xff,0xff,0xc0,
29 0x0f,0xff,0xff,0xf0,
30 0x3f,0xff,0xff,0xfc,
31 0x3f,0xff,0xff,0xfc,
32 0xff,0xff,0xff,0xff,
33 0xff,0xff,0xff,0xff,
34 0xff,0xff,0xff,0xff,
35 0xff,0xff,0xff,0xff,
36 0xff,0xff,0xff,0xff,
37 0xff,0xff,0xff,0xff,
38 0x3f,0xff,0xff,0xfc,
39 0x3f,0xff,0xff,0xfc,
40 0x0f,0xff,0xff,0xf0,
41 0x03,0xff,0xff,0xc0,
42 0x00,0x3f,0xfc,0x00
43 };
44
45 static unsigned char waitData2W1[] =
46 {
47 0x00,0x3F,0xFC,0x00,
48 0x03,0xE9,0x42,0x80,
49 0x0F,0xA9,0x41,0x60,
50 0x3F,0xE9,0x05,0x54,
51 0x3B,0xF9,0x15,0xA4,
52 0xEA,0xB9,0x16,0xBC,
53 0xD6,0x6D,0x1B,0xFC,
54 0xD5,0x55,0x6E,0xA8,
55 0xD1,0x01,0x55,0x98,
56 0xC0,0x16,0x50,0x54,
57 0xC1,0x5B,0x94,0x04,
58 0x25,0x6B,0xA5,0x00,
59 0x25,0xAB,0xE5,0x40,
60 0x09,0xAF,0xA5,0x40,
61 0x01,0x7F,0xE4,0x00,
62 0x00,0x00,0x00,0x00
63 };
64
65 static unsigned char waitData2W2[] =
66 {
67 0x00,0x3F,0xFC,0x00,
68 0x03,0xEF,0xEA,0x80,
69 0x0E,0xAF,0xA9,0x60,
70 0x35,0xAB,0xA5,0x04,
71 0x31,0x6B,0x94,0x04,
72 0xC0,0x5B,0x90,0x54,
73 0xD0,0x06,0x81,0x58,
74 0xD5,0x41,0x16,0xA8,
75 0xD9,0x94,0x1F,0xF8,
76 0xEA,0xAD,0x1A,0xFC,
77 0xEB,0xF9,0x06,0xA4,
78 0x2F,0xE9,0x05,0xA0,
79 0x2F,0xA9,0x05,0x60,
80 0x0B,0xA5,0x41,0x40,
81 0x02,0x95,0x40,0x00,
82 0x00,0x00,0x00,0x00
83 };
84
85 static unsigned char waitData2W3[] =
86 {
87 0x00,0x3F,0xFC,0x00,
88 0x03,0xC5,0x6B,0xC0,
89 0x0D,0x05,0x6B,0xF0,
90 0x39,0x41,0xAF,0xF4,
91 0x39,0x41,0xAF,0xA4,
92 0xEA,0x51,0xAA,0x94,
93 0xFE,0x94,0x95,0x54,
94 0xFF,0xF9,0x00,0x00,
95 0xFB,0xA4,0x55,0x00,
96 0xEA,0x94,0xA9,0x54,
97 0xE9,0x51,0xBA,0x54,
98 0x25,0x41,0xBA,0x90,
99 0x25,0x01,0xAE,0x80,
100 0x09,0x05,0xAF,0x40,
101 0x01,0x55,0x64,0x00,
102 0x00,0x00,0x00,0x00
103 };