]> Joshua Wise's Git repositories - netwatch.git/blame - include/smi.h
add a first cut at a SMI API -- not many features...
[netwatch.git] / include / smi.h
CommitLineData
85bc8ca6
JW
1#ifndef SMI_H
2#define SMI_H
3
4extern void smi_disable(); /* akin to cli / sti */
5extern void smi_enable();
6
7extern void smi_poll();
8extern unsigned long smi_status(); /* Architecturally defined; for debugging only. */
9
10#endif
This page took 0.01751 seconds and 4 git commands to generate.