]> Joshua Wise's Git repositories - netwatch.git/blob - include/smi.h
c669fc243d15f217f73ab4264f97c48cf3abff0c
[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.01588 seconds and 2 git commands to generate.