]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/smi.h
Add support for the power button SMI.
[netwatch.git] / include / smi.h
index e0fd0a06b04b382cc5f94eec05d967c8ba2b8748..5cc7a44da85163ad659b62d296ccf88908e9ae88 100644 (file)
@@ -1,3 +1,13 @@
+/* smi.h
+ * Prototypes for generic SMI handling routines
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #ifndef SMI_H
 #define SMI_H
 
@@ -10,6 +20,8 @@ extern unsigned long smi_status();    /* Architecturally defined; for debugging onl
 typedef enum {
        SMI_EVENT_FAST_TIMER = 0,
        SMI_EVENT_DEVTRAP_KBC,
+       SMI_EVENT_GBL_RLS,
+       SMI_EVENT_PWRBTN,
        SMI_EVENT_MAX
 } smi_event_t;
 
This page took 0.022945 seconds and 4 git commands to generate.