http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'xl0-timer'
[people/asdlkf/gpxe.git]
/
src
/
arch
/
i386
/
include
/
bits
/
timer2.h
1
#ifndef BITS_TIMER2_H
2
#define BITS_TIMER2_H
3
4
#include <stddef.h>
5
6
void i386_timer2_udelay(unsigned int usecs);
7
8
#endif