1 /* 2 * Copyright 2024 Valve Corporation 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #pragma once 7 8 /* The libagx printf/abort buffer addresses is fixed at compile-time for 9 * simplicity. 10 */ 11 #define LIBAGX_PRINTF_BUFFER_ADDRESS (1ull << 36) 12 #define LIBAGX_PRINTF_BUFFER_SIZE (16384) 13