aboutsummaryrefslogtreecommitdiff
path: root/src/dfu/dfu_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dfu/dfu_task.h')
-rw-r--r--src/dfu/dfu_task.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/dfu/dfu_task.h b/src/dfu/dfu_task.h
new file mode 100644
index 0000000..0d65697
--- /dev/null
+++ b/src/dfu/dfu_task.h
@@ -0,0 +1,21 @@
+
+/*
+ * Routines to access hardware
+ *
+ * Copyright (c) 2013 Realtek Semiconductor Corp.
+ *
+ * This module is a confidential and proprietary property of RealTek and
+ * possession or use of this module requires written permission of RealTek.
+ */
+#ifndef _DFU_TASK_H_
+#define _DFU_TASK_H_
+#include <stdint.h>
+#include <stdbool.h>
+#include "app_msg.h"
+
+
+void dfu_task_init(void);
+bool app_send_msg_to_dfutask(T_IO_MSG *p_msg);
+
+#endif
+