coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
timer.c File Reference
#include <delay.h>
Include dependency graph for timer.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ init_timer()

void init_timer ( void  )

Definition at line 5 of file timer.c.

◆ udelay()

void udelay ( unsigned int  n)

Definition at line 9 of file timer.c.