aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-17 15:59:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-17 15:59:49 +0000
commit4e34687f65c0cf3dc839754391b268d9118a0937 (patch)
tree345d1e8c3a445918d7ced418c54d9d4deab28cea /demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h
parent949edaf8e2c8df76dcf566172c3db8b24aa870f0 (diff)
downloadChibiOS-4e34687f65c0cf3dc839754391b268d9118a0937.tar.gz
ChibiOS-4e34687f65c0cf3dc839754391b268d9118a0937.tar.bz2
ChibiOS-4e34687f65c0cf3dc839754391b268d9118a0937.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4291 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h')
-rw-r--r--demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h
new file mode 100644
index 000000000..cee510e73
--- /dev/null
+++ b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/usbshell.h
@@ -0,0 +1,33 @@
+/*
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011,2012 Giovanni Di Sirio.
+
+ This file is part of ChibiOS/RT.
+
+ ChibiOS/RT is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS/RT is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef _USBSHELL_H_
+#define _USBSHELL_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+ void usInit(void);
+ void usStateCheck(void);
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _USBSHELL_H_ */