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