Add PC speaker driver and connect it to '\a' in the VGA console.
[pintos-anon] / src / devices / pit.h
diff --git a/src/devices/pit.h b/src/devices/pit.h
new file mode 100644 (file)
index 0000000..dff36ae
--- /dev/null
@@ -0,0 +1,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 */