luxos/Kernel/drivers/pit/pit.h

7 lines
90 B
C

#ifndef __PIT__H
#define __PIT__H
extern void PitSetFrequency(uint32 frequency);
#endif