coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
timer.c File Reference

Go to the source code of this file.

Functions

void udelay (unsigned int n)
 
int init_timer (void)
 

Function Documentation

◆ init_timer()

int init_timer ( void  )

Definition at line 10 of file timer.c.

◆ udelay()

void udelay ( unsigned int  n)

Definition at line 4 of file timer.c.