]> Joshua Wise's Git repositories - netwatch.git/blobdiff - ich2/smi.c
Remove the 'first' stuff. Rename the entry point to smi_entry.
[netwatch.git] / ich2 / smi.c
index 6ca00c94618c30490006a6197455a78ff2951d35..08fcc64d4263d38713a37db79675d9d4ad2b7e4d 100644 (file)
@@ -26,3 +26,4 @@ unsigned long smi_status()
        unsigned short smi_sts = _get_PMBASE() + ICH2_PMBASE_SMI_STS;
        return inl(smi_sts);
 }
+
This page took 0.021372 seconds and 4 git commands to generate.