/* SPDX-License-Identifier: GPL-2.0-only */

#include <delay.h>

void init_timer(void)
{
}

void udelay(unsigned int n)
{
}