]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/smi.h
add a first cut at a SMI API -- not many features...
[netwatch.git] / include / smi.h
diff --git a/include/smi.h b/include/smi.h
new file mode 100644 (file)
index 0000000..c669fc2
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef SMI_H
+#define SMI_H
+
+extern void smi_disable();     /* akin to cli / sti */
+extern void smi_enable();
+
+extern void smi_poll();
+extern unsigned long smi_status();     /* Architecturally defined; for debugging only. */
+
+#endif
This page took 0.022219 seconds and 4 git commands to generate.