summaryrefslogtreecommitdiff
path: root/include/lpc.h
diff options
context:
space:
mode:
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);