Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
379 B

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
kdpcpu.h
Abstract:
Machine specific kernel debugger data types and constants
Author:
Mark Lucovsky (markl) 29-Aug-1990
Revision History:
--*/
#ifndef _KDPCPU_
#define _KDPCPU_
#define KDP_BREAKPOINT_TYPE UCHAR
#define KDP_BREAKPOINT_ALIGN 0
#define KDP_BREAKPOINT_VALUE 0xcc
#endif // _KDPCPU_