1 /** 2 * Copyright (c) 2024 Raspberry Pi (Trading) Ltd. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 // Support old header for compatibility (and if included, support old variable name) 8 #include "hardware/structs/xip.h" 9 #define XIP_STAT_FIFO_FULL XIP_STAT_FIFO_FULL_BITS 10 #define XIP_STAT_FIFO_EMPTY XIP_STAT_FIFO_EMPTY_BITS 11 #define XIP_STAT_FLUSH_RDY XIP_STAT_FLUSH_READY_BITS 12