drivers/amd/opensil/mpio: Factor out common MPIO symbols from vendorcode
[coreboot.git] / src / mainboard / emulation / qemu-armv7 / timer.c
blob2da88e70247a5a355bba7eaa62196636555c9f87
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 void udelay(unsigned int n);
4 void udelay(unsigned int n)
6 /* TODO provide delay here. */
9 int init_timer(void);
10 int init_timer(void)
12 return 0;