minix/kernel/arch/i386/clock.h
Kees van Reeuwijk a701e290f7 Removed unused symbols.
Made some functions PRIVATE, including ones that aren't used anywhere.
2010-01-25 18:13:48 +00:00

8 lines
173 B
C

#ifndef __CLOCK_X86_H__
#define __CLOCK_X86_H__
_PROTOTYPE(int init_8253A_timer, (unsigned freq));
_PROTOTYPE(void stop_8253A_timer, (void));
#endif /* __CLOCK_X86_H__ */