summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/timer2.h
blob: 83923b299a70ef6cde103ca903abf980a67dbe4f (plain)
1
2
3
4
5
6
7
8
#ifndef BITS_TIMER2_H
#define BITS_TIMER2_H

#include <stddef.h>

void i386_timer2_udelay(unsigned int usecs);

#endif