PKUOS - Pintos
Pintos source browser for PKU Operating System course
pit.h
Go to the documentation of this file.
1#ifndef DEVICES_PIT_H
2#define DEVICES_PIT_H
3
4#include <stdint.h>
5
6void pit_configure_channel (int channel, int mode, int frequency);
7
8#endif /**< devices/pit.h */
void pit_configure_channel(int channel, int mode, int frequency)
devices/pit.h
Definition: pit.c:46
static enum @0 mode
Transmission mode.
An ATA channel (aka controller).
Definition: ide.c:65