xref: /xnu-10063.141.1/pexpert/arm/hwtrace/panic_trace.c (revision d8b80295118ef25ac3a784134bcf95cd8e88109f)
1 /*
2  * Copyright (c) 2007-2023 Apple Inc. All rights reserved.
3  * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
4  */
5 
6 /* Required to know if we must compile the file. */
7 #include <pexpert/arm64/board_config.h>
8 
9 /* If not DEBUG || DEV or trace not supported, do not compile the file. */
10 #if DEVELOPMENT || DEBUG
11 #endif /* DEVELOPMENT || DEBUG */
12