00001 /*++ 00002 00003 Copyright (c) 1990 Microsoft Corporation 00004 00005 Module Name: 00006 00007 kdpcpu.h 00008 00009 Abstract: 00010 00011 Machine specific kernel debugger data types and constants 00012 00013 Author: 00014 00015 Mark Lucovsky (markl) 29-Aug-1990 00016 00017 Revision History: 00018 00019 --*/ 00020 00021 #ifndef _KDPCPU_ 00022 #define _KDPCPU_ 00023 00024 #define KDP_BREAKPOINT_TYPE UCHAR 00025 #define KDP_BREAKPOINT_ALIGN 0 00026 #define KDP_BREAKPOINT_VALUE 0xcc 00027 00028 #endif // _KDPCPU_