summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-02-28 13:44:03 -0800
committerRandall Spangler <rspangler@chromium.org>2012-02-28 13:58:34 -0800
commit4c89ccd89eea60092118e49ca6b68a04d21d8870 (patch)
tree19cbd88927df9b8839bd11a6d760ebae20241476 /include/lpc.h
parente632029ed045e2b4922e3131898b0137d3a79972 (diff)
downloadchrome-ec-4c89ccd89eea60092118e49ca6b68a04d21d8870.tar.gz
Register host commands the same clever way we do console commands
BUG=none TEST=run assorted ectool commands Change-Id: I830d3cbf2d1557b3ab455ec8736d3de5e5d3e697
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/lpc.h b/include/lpc.h
index 69968dba99..b616659300 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -10,13 +10,11 @@
#include "common.h"
-
/* Manually generates an IRQ to host.
* Note that the irq_num == 0 would set the AH bit (Active High).
*/
void lpc_manual_irq(int irq_num);
-
/* Initializes the LPC module. */
int lpc_init(void);