]>
git.saurik.com Git - apple/xnu.git/blob - pexpert/pexpert/i386/kd_entries.h
953c2f2906a3813d148ba8ab094f1e4f80b2157f
2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
23 #ifndef _PEXPERT_I386_KD_ENTRIES_H_
24 #define _PEXPERT_I386_KD_ENTRIES_H_
28 typedef int io_return_t
;
29 typedef unsigned int dev_mode_t
;
30 typedef unsigned int dev_flavor_t
;
31 typedef int *dev_status_t
;
33 extern io_return_t
kdopen(
39 extern io_return_t
kdread(
42 extern io_return_t
kdwrite(
45 extern vm_offset_t
kdmmap(
49 extern boolean_t
kdportdeath(
52 extern io_return_t
kdgetstat(
57 extern io_return_t
kdsetstat(
62 extern void kd_cmdreg_write(
64 extern int kd_mouse_write(
66 extern void kd_mouse_read(
69 extern void kd_mouse_drain(void);
70 extern void kdreboot(void);
79 extern void bmpmvdown(
87 extern void bmpsetsetcursor(
89 extern void kd_slmscu(
93 extern void kd_slmscd(
101 extern void kd_sendcmd(
104 #endif /* _PEXPERT_POWERMAC_PDM_H_ */