Files
RockOS/kernel/drivers/pit/pit.h

6 lines
55 B
C
Raw Normal View History

#ifndef DPIT_H
#define DPIT_H
void init_pit();
#endif