]> Joshua Wise's Git repositories - netwatch.git/blob - include/smi.h
merge
[netwatch.git] / include / smi.h
1 #ifndef SMI_H
2 #define SMI_H
3
4 extern void smi_disable();      /* akin to cli / sti */
5 extern void smi_enable();
6
7 extern void smi_poll();
8 extern unsigned long smi_status();      /* Architecturally defined; for debugging only. */
9
10 #endif
This page took 0.0247 seconds and 4 git commands to generate.