17 lines
625 B
C
17 lines
625 B
C
|
/****************************************************************
|
||
|
* *
|
||
|
* Copyright 2001, 2011 Fidelity Information Services, Inc *
|
||
|
* *
|
||
|
* This source code contains the intellectual property *
|
||
|
* of its copyright holder(s), and is made available *
|
||
|
* under a license. If you do not know the terms of *
|
||
|
* the license, please stop and do not read further. *
|
||
|
* *
|
||
|
****************************************************************/
|
||
|
|
||
|
#define BREAK_MASK (1 << 0)
|
||
|
#define ZBREAK_MASK (1 << 1)
|
||
|
#define DEVBREAK_MASK (1 << 2)
|
||
|
#define ZSTBREAK_MASK (1 << 3)
|
||
|
#define TRIGGER_ZBREAK_REMOVED_MASK (1 << 4)
|