http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
83923b299a70ef6cde103ca903abf980a67dbe4f
[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