Files
magenta/arch/x86_64/include/arch/pit.h
T

9 lines
159 B
C

#ifndef ARCH_PIT_H_
#define ARCH_PIT_H_
extern void pit_start(unsigned int hz);
extern void pit_stop(void);
extern void pit_wait(unsigned int ticks);
#endif