MCPcopy Create free account
hub / github.com/coreboot/coreboot / init_timer

Function init_timer

src/lib/timer.c:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <thread.h>
6
7__weak void init_timer(void) { /* do nothing */ }
8
9void udelay(unsigned int usec)
10{

Callers 3

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected