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