|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1999 Apple Computer, Inc. All rights reserved. ! 3: * ! 4: * @APPLE_LICENSE_HEADER_START@ ! 5: * ! 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. ! 13: * ! 14: * The Original Code and all software distributed under the License are ! 15: * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER ! 16: * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ! 17: * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, ! 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. ! 21: * ! 22: * @APPLE_LICENSE_HEADER_END@ ! 23: */ ! 24: ! 25: /* ! 26: * Copyright (c) 1993 NeXT Computer, Inc. All rights reserved. ! 27: * ! 28: * kdp_private.h -- private functions for kdp.c ! 29: * ! 30: */ ! 31: ! 32: static boolean_t ! 33: kdp_unknown( ! 34: kdp_pkt_t *, ! 35: int *, ! 36: unsigned short * ! 37: ); ! 38: ! 39: static boolean_t ! 40: kdp_connect( ! 41: kdp_pkt_t *, ! 42: int *, ! 43: unsigned short * ! 44: ); ! 45: ! 46: static boolean_t ! 47: kdp_disconnect( ! 48: kdp_pkt_t *, ! 49: int *, ! 50: unsigned short * ! 51: ); ! 52: ! 53: static boolean_t ! 54: kdp_hostinfo( ! 55: kdp_pkt_t *, ! 56: int *, ! 57: unsigned short * ! 58: ); ! 59: ! 60: static boolean_t ! 61: kdp_suspend( ! 62: kdp_pkt_t *, ! 63: int *, ! 64: unsigned short * ! 65: ); ! 66: ! 67: static boolean_t ! 68: kdp_readregs( ! 69: kdp_pkt_t *, ! 70: int *, ! 71: unsigned short * ! 72: ); ! 73: ! 74: static boolean_t ! 75: kdp_writeregs( ! 76: kdp_pkt_t *, ! 77: int *, ! 78: unsigned short * ! 79: ); ! 80: ! 81: static boolean_t ! 82: kdp_regions( ! 83: kdp_pkt_t *, ! 84: int *, ! 85: unsigned short * ! 86: ); ! 87: ! 88: static boolean_t ! 89: kdp_maxbytes( ! 90: kdp_pkt_t *, ! 91: int *, ! 92: unsigned short * ! 93: ); ! 94: ! 95: static boolean_t ! 96: kdp_readmem( ! 97: kdp_pkt_t *, ! 98: int *, ! 99: unsigned short * ! 100: ); ! 101: ! 102: static boolean_t ! 103: kdp_writemem( ! 104: kdp_pkt_t *, ! 105: int *, ! 106: unsigned short * ! 107: ); ! 108: ! 109: static boolean_t ! 110: kdp_resumecpus( ! 111: kdp_pkt_t *, ! 112: int *, ! 113: unsigned short * ! 114: ); ! 115:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.