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 to multbuf not supported, 10 * do not compile the file. */ 11 #if DEVELOPMENT || DEBUG 12 #endif /* DEVELOPMENT || DEBUG */ 13