+/* 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
typedef enum {
SMI_EVENT_FAST_TIMER = 0,
SMI_EVENT_DEVTRAP_KBC,
+ SMI_EVENT_GBL_RLS,
SMI_EVENT_MAX
} smi_event_t;