Files
gk-sdk/source/bootloader/u-boot-2020.01/lotus/machine/xmorca/compressed/time.h
T

12 lines
221 B
C
Executable File

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __EARLY_TIME_H__
#define __EARLY_TIME_H__
int timer_init(void);
void udelay(unsigned long usec);
unsigned long long get_ticks(void);
#endif /* ifndef __EARLY_TIME_H__ */