blob: fc444eee8b3e181c472da25fa796e31c6cbaabd2 [file] [log] [blame]
/*
* Copyright (c) 2023 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "hardware/divider.h"
#if PICO_EMULATE_DIVIDER
divmod_result_t hw_divider_results[NUM_CORES];
#endif