summaryrefslogtreecommitdiffstats
path: root/pintos-progos/devices/pit.h
blob: dff36ae38e957cf89b2bcb2799c3dfe97859487e (plain)
1
2
3
4
5
6
7
8
#ifndef DEVICES_PIT_H
#define DEVICES_PIT_H

#include <stdint.h>

void pit_configure_channel (int channel, int mode, int frequency);

#endif /* devices/pit.h */